Friday, 23 August 2013

what is the meaning of "===" in java script?

what is the meaning of "===" in java script?

I have seen many using "===" in conditional statements.
Can anyone tell me what does it means?
something like triteary operator?
if(typeof(x) == "string")
{
x= (x=== "true");
}

No comments:

Post a Comment