Spread operator and rest parameter are great additions. The article explains how they improve array literals, array destructuring and function arguments handling.
A great article on how the JavaScript equality and identity operators work. Covered with detailed explanation, computation algorithms and plenty of examples.