According to this blog: https://webapplog.com/es7-es8/
ES7 features are:
- Array.prototype.includes
- Exponentiation Operator
Is this right? If it is, why it took a year to commit only two minor changes to the standard (Array.prototype.includes
is just an alias to indexOf !== -1
)?