`
Determines whether the passed value is a number.
| Name | Description | Input Type | Default | Options | Required |` | ------ | ------ | ------ | ------ | ------ | ------ | | value | The value to be checked. | Any | - | - | Yes |
Returns true if value is a number, otherwise returns false.
Boolean
N/A
Coming soon.
The user wants to determine whether the value passed is a number.
Call the functionconsole. Call the function isNumber inside the value parameter of the console function.
console
isNumber
value
Console will return 'true'.
Last updated 1 year ago