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.

Related questions

0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
0 votes
asked Mar 20, 2021 in JavaScript by sharadyadav1986
...