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.
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vimal KandasamyPosted Mar 28, 2009, 7:39 AM
for me,Mostly its shows error only ....
if we add = = = in a statement... it shows
Invalid expression term '='
for the 3rd = of the line.