isNumber()
test if a value is a valid number.
Last updated
Was this helpful?
test if a value is a valid number.
Last updated
Was this helpful?
JS ⟩ value ⟩ primitive ⟩ number ⟩ functions ⟩ isNumber()
determine if a value is a (valid) number, equivalent to Number.isFinite(x).