JavaScript » Number » toExponential

Syntax:
object.toExponential(fractionDigits)

This method returns a string containing the number in exponential form.

If fractionDigits is not defined, the method will use as many significant digits as are necessary to represent the number uniquely.