There was an error while loading. Please reload this page.
1 parent 3e98904 commit 912b912Copy full SHA for 912b912
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