We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1523a commit ef5bb39Copy full SHA for ef5bb39
‎1-js/05-data-types/02-number/article.md‎
@@ -430,6 +430,7 @@ For different numeral systems:
430
- `num.toString(base)` converts a number to a string in the numeral system with the given `base`.
431
432
For regular number tests:
433
+
434
- `isNaN(value)` converts its argument to a number and then tests it for being `NaN`
435
- `isFinite(value)` converts its argument to a number and returns `true` if it's a regular number, not `NaN/Infinity/-Infinity`
436
0 commit comments