Computer Science, asked by nil129, 1 year ago

difference between = & = =

Answers

Answered by Anonymous
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 aryan78243
0
hi l think ajay rawat is right
Similar questions