0 votes
in JavaScript by
Which one of the following operator returns false if both values are equal?

a) !

b) !==

c) !=

d) All of the above

1 Answer

0 votes
by

Answer: C

Reason: The "!=" operators returns false if both the given values are equal.

...