Created
June 19, 2017 20:53
-
-
Save gskachkov/cf941e2d2229e1d03dcfc5bfc3b865fe 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
function foo () { retur\u006E 'boo'; } | |
// SyntaxError: Keyword must not contain escaped character |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment