Number Object |
Top Previous Next |
The Number Object in Javascript
Number Constructors
var n = new Number( 9 );
typically you would just directly assign the numeric value to your variable:
var n = 9;
Number Methods
|
Number Object |
Top Previous Next |
The Number Object in Javascript
Number Constructors
var n = new Number( 9 );
typically you would just directly assign the numeric value to your variable:
var n = 9;
Number Methods
|