user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

13. Explain the purpose of the Arrow function in React?

user image

Abhishek Mishra

2 years ago

In short, with arrow functions there is no binding of this . In regular functions the this keyword represented the object that called the function, which could be the window, the document, a button or whatever. With arrow functions, the this keyword always represents the object that defined the arrow function.

Recent Doubts

Close [x]