Numbers in JavaScript on Exercism

PHOTO EMBED

Mon May 23 2022 15:42:26 GMT+0000 (Coordinated Universal Time)

Saved by @CricaDev #javascript

const num = 3.125e7;
// => 31250000
// The notation essentially says, "Take 3.125 and multiply it by 10^7".
content_copyCOPY

https://exercism.org/tracks/javascript/concepts/numbers