var, let, and const in JavaScript
var, let, and const are keywords in JavaScript used to declare variables.
In every programming language, there is a way to declare variables because variables are the building blocks of any program.
Understanding variables is extremely important, esp...
var-let-and-const-in-javascript.hashnode.dev3 min read