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 504df7a commit b9ee36bCopy full SHA for b9ee36b
tags/tags.toml
@@ -672,7 +672,7 @@ Checking for things to not be equal in JavaScript:
672
- if (!yourVariable === yourOtherVariable) // !yourVariable is coerced to a boolean value
673
+ if (yourVariable !== yourOtherVariable) // checks that one is not equal to the other
674
```
675
-- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
+- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
676
"""
677
678
[member-user]
0 commit comments