DEV Community

Discussion on: Function.bind.bind does not work in JavaScript

 
joelnet profile image
JavaScript Joel

It promotes the context from the side loaded this to a full fledged variable.

This behaves in a way similar to ReasonReact.

It is used as a last resort for when you must use this.

The first and best option is to write your software without this.