What does ===
do?
- It checks if a string is equal to another string
- It checks if a string isn't equal to another string
- It checks if a string is less than another string
- It checks if a string is greater than another string
It checks if a string is equal to another string.