Understanding Variables and Data Types in JavaScript
When we write programs, we often need to store information.
For example:
A user’s name
A person’s age
Whether someone is a student or not
But how do we store these values in a program?
This is wh
js-variables-and-data-types.hashnode.dev4 min read