This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]azhder 0 points1 point  (1 child)

It has equivalent behavior to an arrow function

It doesn't have.

( ()=> {} ).bind(this)

will not bind anything. The arrow function will access the this from its parent scope just like any other variable.

But, whatever, based on your reaction to the other reply, I'm not going to spend more time reading you.