Back to Developer Roadmap

Comparison Operators

src/data/roadmaps/javascript/content/comparison-operators@-v4_V4UuoZSgUk2sqOCim.md

4.0371 B
Original Source

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: