What does the inequality operator, !==, do?

It checks if a string isn't equal to another stringIt checks if a string is equal to another string

The inequality operator checks if a string isn't equal to another string.