Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which one of the following operator returns false if both values are equal?
Home
JavaScript
Which one of the following operator returns false if both values are equal?
0
votes
asked
Mar 21, 2021
in
JavaScript
by
rajeshsharma
Which one of the following operator returns false if both values are equal?
a) !
b) !==
c) !=
d) All of the above
operator-returns
javascript-operator
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2021
by
Robindeniel
Answer:
C
Reason:
The "!=" operators returns false if both the given values are equal.
...