The newest version of JavaScript only has 2 new features. Here’s how they work.
By Tiago Lopes Ferreira
Let’s talk about the latest version of JavaScript: ECMAScript 2016 (more commonly known as ES7). ES7 brings two new features: Array.prototype.includes() and the new exponential operator: **.
Array.prototype.includes()
Gone are...
freecodecamp.org3 min read