JavaScript Variables and Data Types Explained for Beginners
When writing programs, we need to store information so we can use it later.
For example:
A user’s name
A person’s age
Whether someone is a student or not
To store this information, we use variabl
jswithshubham.hashnode.dev5 min read