Which operator do we use to check for inequality?
!==
==!
=!=
We use the !== operator when we want to check for inequality.