Skip to content

Instantly share code, notes, and snippets.

@AyaMorisawa
Created February 11, 2015 13:31
Show Gist options
  • Save AyaMorisawa/a8c43032be548ea4898c to your computer and use it in GitHub Desktop.
Save AyaMorisawa/a8c43032be548ea4898c to your computer and use it in GitHub Desktop.
Clone in LiveScript
a = name: 'alice'
console.log a.name
b = ^^a
console.log b.name
b.name = 'bob'
console.log b.name
console.log a.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment