We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340ce43 commit db102cbCopy full SHA for db102cb
1-js/02-first-steps/09-comparison/article.md
@@ -26,7 +26,7 @@ For example:
26
alert( 2 > 1 ); // true (correct)
27
alert( 2 == 1 ); // false (wrong)
28
alert( 2 != 1 ); // true (correct)
29
-```
+```
30
31
A comparison result can be assigned to a variable, just like any value:
32
0 commit comments