1
Reply

When should I use Arrow Functions in ES6?

Arvind Yadav

Arvind Yadav

3y
1.6k
1
Reply

When should I use Arrow Functions in ES6?

    I’d suggest going with arrow functions as a default option since traditionally it was always easy to mess up with ‘this’ keyword in js while arrow functions eliminate this pain point.