Fundamentals of let, const, var ๐
Variables: Variables in JavaScript are containers for storing data. JavaScript allows the usage of variables in the following three ways:
var:
var is the most commonly used variable in JavaScript. It can be initialized to a value, redeclared and its ...
badhon.hashnode.dev1 min read