function something(a, b, c){
return function(){/* code that uses a, b, and c */}
}
How should I call this type of function?
And that’s for a reason. I can’t think of any reasons why using bind in this way would be a bad idea. If you have some, list all of them.