Understanding variable declaration and scope in JavaScript!!
While using JavaScript we use var, let, and const to declare a variable. But without knowing where to use which keyword would make us go through a lot of trouble but worry not by the end of this blog you would be able to choose which keyword is requ...



