isNumber
Last updated
Last updated
`
Determines whether the passed value is a number.
| Name | Description | Input Type | Default | Options | Required |` | ------ | ------ | ------ | ------ | ------ | ------ | | value | The value to be checked. | Any | - | - | Yes |
Description | Output Type |
---|---|
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 will return 'true'.
Returns true if value is a number, otherwise returns false.
Boolean