We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da9849d + db102cb commit ea3d179Copy full SHA for ea3d179
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