javascript
const and let keywords in ES6
Const and Let Keywords in ES6 ES6 or ECMAScript 6 is the sixth edition of the JavaScript language specification. In this version, two new keywords were introduced called "const" and "let". These keywords are used to declare variables in JavaScript. Const Keyword: The const keyword is