Skip to content

Instantly share code, notes, and snippets.

@atleastimtrying
Created October 24, 2014 10:59
Show Gist options
  • Select an option

  • Save atleastimtrying/19cba202898f1329b23c to your computer and use it in GitHub Desktop.

Select an option

Save atleastimtrying/19cba202898f1329b23c to your computer and use it in GitHub Desktop.
blah?
@blah =
one: 1
two: 2
add_more_blah = (@blah)->
{
one: @blah.one
two: @blah.two
three: 3
four: 'why not have a string?'
five: 'I can't think of good var names'
}
@blah = add_more_blah @blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment