Numbers in JavaScript on Exercism

PHOTO EMBED

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

Saved by @CricaDev #javascript

const num = 325987e-6; // Equals to 0. 325987
// The notation essentially says, "Take 325987 and multiply it by 10^-6.
content_copyCOPY

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