Created
November 6, 2016 16:40
-
-
Save evgenii-malov/1a0d5e7d39d8acc3cad638ae21f4ce73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*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