Skip to content

Instantly share code, notes, and snippets.

@Zodiase
Created February 29, 2016 12:45
Show Gist options
  • Save Zodiase/0472f78909f0b41df370 to your computer and use it in GitHub Desktop.
Save Zodiase/0472f78909f0b41df370 to your computer and use it in GitHub Desktop.
Bind beats apply.
// Once bound, apply does nothing.
(function () {console.log(this.bar);}).bind({bar: true}).apply({bar: false});
// Output: true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment