Understanding Variables and Data Types in JavaScript
Introduction
When writing JavaScript programs, we often 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
To store this info
abhi-js-data-types.hashnode.dev5 min read