Menu

Tag Archives: Javascript

var, let and const
ES6, I would say, has revolutionized the year old variable concepts of Javascript by introducing the new let and const keywords. And no [...]
Cannot redeclare block-scoped variable. The Reason behind the error and the way to resolve it.
Few days back I was trying to write a script in my Visual Studio Code IDE, where I was trying to declare and initialize a variable with the keyword let. [...]