Variables are used to store values in js.
Examples
var a = 1;
//the previous variable holds a number.
var b = "hello, how are you"
//the previous variable holds a string.
Variables are used to store values in js.
Examples
var a = 1;
//the previous variable holds a number.
var b = "hello, how are you"
//the previous variable holds a string.