Variables and Data Types in JavaScript
When we write programs, we often need to store information so we can use it later.
For example:
A user’s name
A person’s age
Whether a user is logged in or not
In JavaScript, we store information
dipan-roy-choudhury.hashnode.dev5 min read