Varible

variable are container for storing data.

ExRice 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.

what is identifiers?

All javascript varibles must be identified with unique name. that is called identifier.

var sita = "name".
sita is identifier