Skip to content

Instantly share code, notes, and snippets.

@shisama
Last active December 2, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shisama/a38081fada49eba4ef1dbe377011b485 to your computer and use it in GitHub Desktop.
Save shisama/a38081fada49eba4ef1dbe377011b485 to your computer and use it in GitHub Desktop.
const sourceCode = "{data: 'Hello, \u2028World'}";
eval(sourceCode) // SyntaxError: Invalid or unexpected token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment