Skip to content

Commit ef5bb39

Browse files
authored
👾 smth
1 parent df1523a commit ef5bb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎1-js/05-data-types/02-number/article.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ For different numeral systems:
430430
- `num.toString(base)` converts a number to a string in the numeral system with the given `base`.
431431

432432
For regular number tests:
433+
433434
- `isNaN(value)` converts its argument to a number and then tests it for being `NaN`
434435
- `isFinite(value)` converts its argument to a number and returns `true` if it's a regular number, not `NaN/Infinity/-Infinity`
435436

0 commit comments

Comments
 (0)