Skip to content

Instantly share code, notes, and snippets.

@shisama
Created December 2, 2019 15:06
Show Gist options
  • Select an option

  • Save shisama/37756bdd805f65e5eacf5bc4ecf4d26c to your computer and use it in GitHub Desktop.

Select an option

Save shisama/37756bdd805f65e5eacf5bc4ecf4d26c to your computer and use it in GitHub Desktop.
const sourceCode = "{data: 'Hello, \u2028World'}";
eval(sourceCode) // 'Hello, World'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment