ECMA Script 6 in JavaScript
OnECMA script is also know as JavaScript 6(ES6). JavaScript ECMA Script 6 is introduce some of new features. Such as- *JavaScript let *JavaScript Const *Array.find() *Array.findIndex() *Exponentiation *Default parameter values The let statement allow you to declare a variable with block scope…