We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cfb29 commit eaa5465Copy full SHA for eaa5465
docs/javascript/equality.md
@@ -26,4 +26,4 @@ console.log(0 === ""); // false
26
27
Similar to `==` vs. `===`, there is `!=` vs. `!==`
28
29
-So ProTip: Always use `===` and `!==` except for null checks, which we cover next.
+So ProTip: Always use `===` and `!==` except for null checks, which we cover later.
0 commit comments