JavaScript Number ObjectNumber Object Properties
Number Object MethodsThe number object must have an instance created in order to use it. The number object has no specific functions. Built in functions that are associated with numbers include:
|
This object is used to turn a value that is not boolean into a value that is boolean which is true or false.
objectName = new Boolean(startingValue)
The only property of boolean is prototype which is used to create more properties.