Understanding Variables and Data Types in JavaScript
variable
A variable is a named reference to a value stored in memory.
in simpler term we say A variable is a named box that stores a value so the program can use it later.
Example:
let name = "Dushyan
dushyantxcode.hashnode.dev5 min read