Variable declaration in JavaScript-
First of all, a variable is a pointer to a data stored in a memory, we use variables to store data temporally in the computer's memory. Thera are three ways to declare a variable, by the use of the keywords; var, let and const. Before let and const, ...
jachx.hashnode.dev6 min read