Understanding Variables and Data Types in JavaScript
Variables
Variables are nothing but a small container which is used to store the data .
In JavaScript, data is stored in variables using reserved keywords.
There are three keywords used to declare v
infoaboutdatatype.hashnode.dev5 min read