Skip to content

Instantly share code, notes, and snippets.

@Rosey
Created May 28, 2018 19:13
Show Gist options
  • Save Rosey/68712669ee125644b3fd7598064175ed to your computer and use it in GitHub Desktop.
Save Rosey/68712669ee125644b3fd7598064175ed to your computer and use it in GitHub Desktop.
Bad example
items.forEach(function (item) {
const MY_REGEXP = /\d+/g;
item.replace(MY_REGEXP, 'boop');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment