Skip to content

Instantly share code, notes, and snippets.

@davidlygagnon
Last active April 19, 2019 23:43
Show Gist options
  • Select an option

  • Save davidlygagnon/0e68b1981b06ecab30b769bef93cdd73 to your computer and use it in GitHub Desktop.

Select an option

Save davidlygagnon/0e68b1981b06ecab30b769bef93cdd73 to your computer and use it in GitHub Desktop.
CoffeeScript shorthand instance property initialization
class Car
constructor: (@model) ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment