Understanding Variables and Data Types in JavaScript
A variable is like a box with a label. You put a value inside the box, and later you can read it, change it, or use it in calculations.
Want to store a user’s name? Use a variable.
Want to track a s
beautyofjavascript.hashnode.dev3 min read