Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tonykambo/4faf993c85a098ba5bd6e11bc8d91c6a to your computer and use it in GitHub Desktop.
Save tonykambo/4faf993c85a098ba5bd6e11bc8d91c6a to your computer and use it in GitHub Desktop.
Redeuces to 2 decimal places. toFixed returns a string so run parseFloat again.
parseFloat(parseFloat("2039.43485").toFixed(2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment