Last active
October 8, 2019 12:56
-
-
Save nbp/ce8921dde70dc4c8e0d7c2372ecbb859 to your computer and use it in GitHub Desktop.
zero-width-whitespaces are valid identifier names in JavaScript
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
ab = 1; | |
ab = 2; | |
ab = 3; | |
console.log(`ab = ${ab}, ab = ${ab}, ab = ${ab}`); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment