Skip to content

Instantly share code, notes, and snippets.

@evgenii-malov
Created November 6, 2016 16:40
Show Gist options
  • Save evgenii-malov/1a0d5e7d39d8acc3cad638ae21f4ce73 to your computer and use it in GitHub Desktop.
Save evgenii-malov/1a0d5e7d39d8acc3cad638ae21f4ce73 to your computer and use it in GitHub Desktop.
*Partial в javascript
function f(param1,param2)
{
}
bf = f.bind(this,param1,param2);
bf()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment