#hoisting
Read more stories on Hashnode
Articles with this tag
var, let and const are the 3 ways to declare variables in javascript based on the requirement of the variable. There are many differences between...
Introduction In ES5 there was only one type of variable called var but ES6 introduced 2 more types of variables const and let. So now there are 3...