Variables and Data Types in JS
Introduction
When writing programs, we often need to store information so we can use it later.
For example:
A user's name
Their age
Whether they are online or offline
In JavaScript, this informat
techgyaan.hashnode.dev5 min read