Difference between revisions of "Comparison Operators (JavaScript)"
From OdleWiki
(Created page with "Comparison operators compare strings, numbers, or booleans. {| class="wikitable" |- | > || Greater than |- | < || Less than |- | <= || Les...") |
m (Added category) |
||
Line 15: | Line 15: | ||
| !== || Not equal to | | !== || Not equal to | ||
|} | |} | ||
+ | |||
+ | [[Category:JavaScript]] |