Understanding Variables and Data Types in JavaScript
In this blog we'll be understanding what are variables and data types in JavaScript.
Variables
Variable is a container that stores value inside it. This variable represents a reserved space / block in
tejasxdev.hashnode.dev5 min read