Let, Var, Const in javascript
Modern javascript (ES6) introduces a new keyword for the declaration of variables let and const which is an addition to the var keyword in javascript. In this article, i will introduce you to the basic difference between the let, var, and const keywo...
supernova-raj.hashnode.dev2 min read