Skip to content

Instantly share code, notes, and snippets.

@nitayneeman
Created December 15, 2018 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitayneeman/5f371370b5a63d494ef6ad91aafd6a79 to your computer and use it in GitHub Desktop.
Save nitayneeman/5f371370b5a63d494ef6ad91aafd6a79 to your computer and use it in GitHub Desktop.
// This produces invalid ECMAScript String (before ES2019):
eval('"\u2028"');
// This is invalid as well:
eval('"\u2029"');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment