mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 09:32:03 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
613 B
613 B
Comparison Operators
Comparison operators are symbols used to compare two values. These operators evaluate to either true or false based on the relationship between the values being compared. Common comparison operators include equal to (==), not equal to (!=), greater than (>), less than (<), greater than or equal to (>=), and less than or equal to (<=).
Visit the following resources to learn more: