Skip to content

Instantly share code, notes, and snippets.

@scottshuffler
Created September 7, 2017 13:28
Show Gist options
  • Save scottshuffler/487752f41937a06184c732d1ad1ce91b to your computer and use it in GitHub Desktop.
Save scottshuffler/487752f41937a06184c732d1ad1ce91b to your computer and use it in GitHub Desktop.
function sanitizeNumbersPrettily(n) {
return prettyPrintMoney(parseInt(uglyPrintMoney(removeSpaces(n))));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment