Skip to content

Instantly share code, notes, and snippets.

@gpbaculio
Created April 25, 2017 17:49
Show Gist options
  • Save gpbaculio/554a3816ef4e326684f257db51d04f9c to your computer and use it in GitHub Desktop.
Save gpbaculio/554a3816ef4e326684f257db51d04f9c to your computer and use it in GitHub Desktop.
console.log(2.998e8); // means 2.988 * 10 to the power of 8 or equal to 2.998 *10^8 = 299,800,000
console.log(3e2); // same as above, means 3*(10^2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment