![Javascript -Ecmascript-6 Tutorials](https://www.codingeek.com/wp-content/uploads/2016/01/Ecmascript-6-Tutorials-220x162.png)
Javascript
ES6: ‘const’ keyword to declare constant variables in JavaScript
January 31, 2016
| In Short – “’const’ keyword is used to create a read-only reference to some value or object. Declaring a variable with const does not make it immutable but
Read More