Description: Illustrates the JavaScript syntax for the Number Object .
Syntax: var num=new Number(123.5); num.property or num.method(); – Demonstrates how to use properties and methods of Number object.