+ 3
What is the result of dublle equal sign?
4 Answers
+ 8
= assignment operator
== equation operator
=== match value & type
+ 2
== it's equality operator , result is true if LHS=RHS .
It does NOT assign the value.
+ 1
thanks! that was quick :)
+ 1
comparision operator