The VAR, LET, and CONST Keywords in JavaScript.
JavaScript updates in ES6 introduced use to new ways of declaring variables. As a new JavaScript developer, you have probably wondered about all this. VAR is the original way variables were declared before Ecmascript6 when added LET and CONST. In thi...
programamkenya.hashnode.dev1 min read