JavaScript comparison operators are used to compare two values. They can be categorized in three types: relational, numeric, and string.
- Relational comparison operators: ==, !=,<, >,<=, >=
- Numeric comparison operators: ===, !==
- String comparison operators: ==="", !=="",<="", >="",<=="", >==""
Share a personalized message with your friends.