Question d’entretien chez Digité

What are arrow functions in JavaScript?

Réponse à la question d'entretien

Utilisateur anonyme

11 janv. 2021

Arrow Functions were introduced in ES6. They simplify the functions syntax in two ways: 1. Simpler shorter syntax 2. It removes the dependency of the "this" keyword.