JavaScript let Keyword
By far we have seen how to declare a variable in JavaScript. We have done this using the ‘var’ keyword. But there is another keyword in JavaScript which is used to declare a variable, and it is the JavaScript ‘let’ keyword. The let keyword was introduced in 2015 with ES6. […]
JavaScript let Keyword Read More »