Operator Description
== equal to
=== equal value and equal type
!= not equal
!== not equal value or not equal type
typeof Returns the type of a variable
instanceof Returns true if an object is an instance of an object type

Yonggoo Noh

I am interested in Computer science and Mathematics.