Created
September 5, 2016 13:50
-
-
Save rpunkfu/1ad6b141145b74b5f7933d74102987e2 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
| let foo = { n: 1 }; | |
| let bar = foo; | |
| foo.x = foo = {n: 2}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment