Skip to content

Instantly share code, notes, and snippets.

@michaelficarra
Created January 3, 2011 03:19
Show Gist options
  • Select an option

  • Save michaelficarra/763082 to your computer and use it in GitHub Desktop.

Select an option

Save michaelficarra/763082 to your computer and use it in GitHub Desktop.
result = fn a:1, b
result = fn a:1
b
result = fn
a:1
b
var result;
result = fn({
a: 1,
b: b
});
result = fn({
a: 1,
b: b
});
result = fn({
a: 1
}, b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment