Created
December 15, 2018 15:47
-
-
Save nitayneeman/5f371370b5a63d494ef6ad91aafd6a79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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