Equality
equality in JavaScript ES5 using '==' and '==='; and introduction to the Object.is() method in ES6, which is very similar to '==='
We'll cover the following...
In this lesson, we will cover object and function improvements in ES6. As with most updates in ES6, we will be able to solve the ...