Update readme.md
This commit is contained in:
parent
4b17aa351c
commit
235a9f165f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U
|
||||||
|
|
||||||
##### .numericString(value)
|
##### .numericString(value)
|
||||||
|
|
||||||
Returns `true` for a string that represents a number satisfying `is.number`.
|
Returns `true` for a string that represents a number satisfying `is.number`, for example, `'42'` and `'-8.3'`.
|
||||||
|
|
||||||
Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`.
|
Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue