bind()有什么作用?

response=new responseinit();
response.prototype.bind();
例句如上,在一个类中绑定另外个对象有什么作用呢?

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this#bind方法