Skip to content

Commit eaa5465

Browse files
author
Basarat Ali Syed
committed
later to be safer
1 parent 21cfb29 commit eaa5465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ console.log(0 === ""); // false
2626
2727
Similar to `==` vs. `===`, there is `!=` vs. `!==`
2828

29-
So ProTip: Always use `===` and `!==` except for null checks, which we cover next.
29+
So ProTip: Always use `===` and `!==` except for null checks, which we cover later.

0 commit comments

Comments
 (0)