a=b; // assigns value of b to a
a==b; //means they r equal
a===b; // what is this and what it will give
thanks,
pramod.