variable are container for storing data.
Ex–Rice container. rice is value
var y = "rice";
Q. if we have var x; then what is x value of x?
var x;
value of x is undefine.
All javascript varibles must be identified with unique name. that is called identifier.
var sita = "name".
sita is identifier