Digité Interview Question

What are arrow functions in JavaScript?

Interview Answer

Anonymous

Jan 11, 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.