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...