17.11.2015 Views

JavaScript_Succinctly

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

NEGATIVE_INFINITY<br />

POSITIVE_INFINITY<br />

prototype<br />

Number object instance properties and methods<br />

Number object instances have the following properties and methods (not including<br />

inherited properties and methods):<br />

Instance Properties (e.g., var myNumber = 5; myNumber.constructor;)<br />

constructor<br />

Instance Methods (e.g., var myNumber = 1.00324; myNumber.toFixed();)<br />

toExponential()<br />

toFixed()<br />

toLocaleString()<br />

toPrecision()<br />

toString()<br />

valueOf()<br />

66

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!