JS variables
18 Dec 2020 1 minute read 0 comments RahulWeb-Dev
A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable. JavaScript Variables are also known as identifiers. First hand rules when you declare a variable :- 1. JS...