Skip to content

Instantly share code, notes, and snippets.

@schuay
Created May 19, 2017 12:59
Show Gist options
  • Save schuay/62597fdbd12f40bc69ea518e5398203e to your computer and use it in GitHub Desktop.
Save schuay/62597fdbd12f40bc69ea518e5398203e to your computer and use it in GitHub Desktop.
const re = /./;
re.lastIndex = { valueOf: () => -1; };
// Correctly turns the lastIndex object into a non-negative number
// through ToLength.
re.exec("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment