What does it mean if its written function () {}. Bind (this));

I have a function in code that is declared like this

$get(URL, function (status, result) {}.bind(this));

      

What is the role of anchoring in it?

+3


source to share





All Articles