difference between = & = =
Answers
Answered by
0
Hi
= is assigning operator, = operator is used for assigning values to the variables
for example var x = 5;
== is equality checking operator, it return boolean value that means true or false.
for example 5 == 10 will return false because 5 is not equal to 10.
Answered by
0
hi l think ajay rawat is right
Similar questions
Social Sciences,
7 months ago
Science,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago