|
|
|
|
|
by jpolitz
4916 days ago
|
|
That's a reasonable way to think about bind(). On a pedantic note, due to complications with the new() operator, you can't actually implement .bind() in JS using only .call() and .apply() and get the prototype of the resulting objects right. |
|