jonkruger.com — The first time you see this, you think it’s a typo. But yes, === and !== are valid operators in JavaScript.
These operators do a strict comparison of equality by comparing both the type and the value. It’s easier to explain if I show you an example.
original link