Understanding Variables and Data Types in JavaScript
Every program needs a way to store information.
For example:
A user’s name
Age
Login status
Product price
Score in a game
JavaScript stores this information using:
Variables
Variables are one
javascript-hiteshdhayal.hashnode.dev7 min read