Skip to content

Instantly share code, notes, and snippets.

@basarat
Created January 18, 2016 16:43
Show Gist options
  • Save basarat/17de5351fd8538158de7 to your computer and use it in GitHub Desktop.
Save basarat/17de5351fd8538158de7 to your computer and use it in GitHub Desktop.
extend({foo:123},b());
function b(){
return extend(
{foo:123},
{bar:456}
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment