Skip to content

Instantly share code, notes, and snippets.

@joshblack
Created October 5, 2014 18:50
Show Gist options
  • Save joshblack/6464995f1bbe0d72601c to your computer and use it in GitHub Desktop.
Save joshblack/6464995f1bbe0d72601c to your computer and use it in GitHub Desktop.
function foo() {};
foo.call(thisArg, arg1, arg2, arg3, /* ... */);
foo.apply(thisArg, [arg1, arg2, arg2, /* ... */]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment