Created
January 28, 2017 14:56
-
-
Save cyrilletuzi/a61d2c42d0dfaa031b861592e8438b11 to your computer and use it in GitHub Desktop.
This file contains 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
const MY_DATA = 'js'; | |
const MY_USER = new User(); // OK | |
MY_USER.name = 'New name'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment