Skip to content

Instantly share code, notes, and snippets.

@engelcituk
Last active February 12, 2021 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engelcituk/22709f0174f6fbbbc00c5ad155140fe6 to your computer and use it in GitHub Desktop.
Save engelcituk/22709f0174f6fbbbc00c5ad155140fe6 to your computer and use it in GitHub Desktop.
Convertir un numero en un decima tipo 10.00
(Math.round( stringToDecimal * 100) / 100).toFixed(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment