Understanding Variables and Data Types in JavaScript
Introduction
In JavaScript, variables are used to store data values. A variable acts like a container that holds information which can be used later in a program.
Programs use variables to store value
harsh7i.hashnode.dev3 min read