Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oscarcarlsson/2a3599fbe23c4b1e3e8b2487b1b657e4 to your computer and use it in GitHub Desktop.
Save oscarcarlsson/2a3599fbe23c4b1e3e8b2487b1b657e4 to your computer and use it in GitHub Desktop.
const [missed, total] = missedRaw.split(" of ").forEach(function (part) {
return part.replace(',', '');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment