Skip to content

Instantly share code, notes, and snippets.

@raph-amiard
Created December 25, 2010 13:22
Show Gist options
  • Save raph-amiard/754872 to your computer and use it in GitHub Desktop.
Save raph-amiard/754872 to your computer and use it in GitHub Desktop.
test coffeescript
func = (a=15, b=16) -> a + b
func(a=12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment