There was an error while loading. Please reload this page.
2 parents 3e98904 + 912b912 commit fb3d2e5Copy full SHA for fb3d2e5
docs/javascript/number.md
@@ -82,7 +82,7 @@ When some number calculation is not representable by a valid number, JavaScript
82
console.log(Math.sqrt(-1)); // NaN
83
```
84
85
-Note: Equality checks **don't** work on `NaN` values. Instead use `Number.isNaN` instead:
+Note: Equality checks **don't** work on `NaN` values. Use `Number.isNaN` instead:
86
87
```js
88
// Don't do this
0 commit comments