The bind method allows you to bind a context to a function. The context defines what "this" will point to.
For MDN docs -
"The bind() method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called."