👾 smth
This commit is contained in:
parent
df1523afa6
commit
ef5bb390d6
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ For different numeral systems:
|
|||
- `num.toString(base)` converts a number to a string in the numeral system with the given `base`.
|
||||
|
||||
For regular number tests:
|
||||
|
||||
- `isNaN(value)` converts its argument to a number and then tests it for being `NaN`
|
||||
- `isFinite(value)` converts its argument to a number and returns `true` if it's a regular number, not `NaN/Infinity/-Infinity`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue