JS Variables
The variable is containers for storing the data values.
Four ways to declare a JS Variable:
* Var
* Let
* Const
* Using nothing
Rules of Variables
- Variable names only start with Characters, underscore & $.
-Variable names can be alphanumeric. ex:va...
blessie-blog.hashnode.dev1 min read