moretti 3020 days ago. link 1 point ▲ ▼> .bind return a copy of the that bound function How is this different? A new function is returned on each invocation, just like .bind: https://github.com/RamonGebben/noBind/blob/master/index.js#L10