Skip to content

Commit 504df7a

Browse files
chore: remove localization from mdn link
Co-authored-by: Jiralite <[email protected]>
1 parent 237f47e commit 504df7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags/tags.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Checking for things to not be equal in JavaScript:
672672
- if (!yourVariable === yourOtherVariable) // !yourVariable is coerced to a boolean value
673673
+ if (yourVariable !== yourOtherVariable) // checks that one is not equal to the other
674674
```
675-
- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
675+
- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
676676
"""
677677

678678
[member-user]

0 commit comments

Comments
 (0)