Understanding Variables and Data Types in JavaScript
What is a Variable ?
When we write code, Computer need to remember things during execution of code. Computer needs a box to store things and label on them.
In JavaScript, variables are named contain
shubhamagnihotri.hashnode.dev7 min read