src code

class method Object.isNumber

Object.isNumber(object) → Boolean
  • object (Object) – The object to test.

Returns true if object is of type number; false otherwise.