👾 smth

This commit is contained in:
Lavrentiy Rubtsov 2022-05-21 11:11:08 +06:00 committed by GitHub
parent df1523afa6
commit ef5bb390d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`