While it's possible to compare strings with each other using operators other than == and !=, it can lead to unexpected results.

Strange, isn't it? When we compare strings, JavaScript uses an alphabetical order. Therefore, "4" is greater than "3", the character that "33" starts with.

Are you sure that's the right operator?