Número de JS a la notación científica
a = 200
a.toExponential(); //output 2e+2
Super Lazy Coder
a = 200
a.toExponential(); //output 2e+2