
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