0 votes
in JavaScript by
Which one of the following is known as the Equality operator, which is used to check whether the two values are equal or not:

a) =

b) ===

c) ==

d) &&

1 Answer

0 votes
by

Answer: C

Reason: The "==" called the equality operators, it returns true if both the value are equal otherwise it returns false.

Related questions

0 votes
asked Dec 1, 2022 in JavaScript by john ganales
0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
...