Understanding Variables and Data Types in JavaScript
What are Variables?
Think of a variable like a box that stores information.
The box name = variable nameThe thing inside the box = value
For example:
A box labeled "name" can store "Arnab"A box labele
understandingvariablesanddatatype.hashnode.dev2 min read