JS

JavaScript Fundamentals 3 - Comparison operators c...

18.

Which of the following comparison operators in JavaScript checks if two values are not equal and also checks for their data types?

!=

!==

==

===