0
Is there a !=== comparison operator?
It isn’t talked about in the comparison operator lessons and I can’t find a question that involves this topic. Is this a valid comparison operator in JavaScript?
2 ответов
+ 2
Nope. That is invalid. The valid ones are != and !== which somehow corresponds to == and ===.
+ 1
Easy answer 😃. Thanks