Understanding Variables and Data Types in JavaScript
What variables are and why they are needed
-> Variables are container that hold data. ->They help us store,reuse the data which store in the variables. Ex. ->Think variable as box and data is an item(
variable-declaration.hashnode.dev6 min read