Skip to content

Instantly share code, notes, and snippets.

@aheckmann
Created September 16, 2010 16:11
Show Gist options
  • Save aheckmann/582683 to your computer and use it in GitHub Desktop.
Save aheckmann/582683 to your computer and use it in GitHub Desktop.
fn1(
{ key: 1
, bar: 2
, baz: 3
}
)
fn2({
foo: 1
, bar: 2
, baz: 3
})
fn3({ foo: 1
, bar: 2
, baz: 3
})
fn4({ foo: 1
, bar: 2
, baz: 3
}
)
fn5(
{ key: 1
, bar: 2
, baz: 3
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment