What is the output of the following code?
let c = 4324234; console.log( c.toExponential(3) ); // console.log( c.toExponential() ); // console.log( b.toFixed(2) ); //
Click to view the answer
4.324e+6 4.324234e+6 3.14