Skip to content

Instantly share code, notes, and snippets.

@rpunkfu
Created September 5, 2016 13:50
Show Gist options
  • Select an option

  • Save rpunkfu/1ad6b141145b74b5f7933d74102987e2 to your computer and use it in GitHub Desktop.

Select an option

Save rpunkfu/1ad6b141145b74b5f7933d74102987e2 to your computer and use it in GitHub Desktop.
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