Comparison Operators

Comparison operators are the operators that compare values and return true or false. The operators include: >, <, >=, <=, ==, ===, != and !==

Visit the following resources to learn more: