Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created August 21, 2012 22:17
Show Gist options
  • Select an option

  • Save psykidellic/3419918 to your computer and use it in GitHub Desktop.

Select an option

Save psykidellic/3419918 to your computer and use it in GitHub Desktop.
CoffeeScript examples
foo ->
console.log( 'foo' )
boo($) ->
console.log($)
(baz( ) ->
console.log(arguments)
)("foo")
qux = ( ) ->
console.log('qux')
( ($)->
console.log(arguments ))(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment