Javascript variable and their scope
What is variable?
A Variable is a place holder/container for storing data.
The general rule of declaring variables:
must be identified with unique names.
can contain letters, digits, underscores, and dollar signs.
must begin with a letter, can als...
ajaychauhan.hashnode.dev2 min read