Skip to content

Instantly share code, notes, and snippets.

@martenlienen
Created March 28, 2013 16:59
Show Gist options
  • Save martenlienen/5264947 to your computer and use it in GitHub Desktop.
Save martenlienen/5264947 to your computer and use it in GitHub Desktop.
x = =>
console.log @a
y = ->
console.log @a
x.a = y.a = 5
x.call { a: 10 }
y.call { a: 10 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment