The strict inequality (!==) operator checks whether its two operands are
not equal, returning a Boolean result. Unlike the inequality
operator, the strict inequality operator always considers operands of different types to
be different.... Browser compatibility BCD tables only load in the browser See...