Digité interview question

What are arrow functions in JavaScript?

Interview Answer

Anonymous

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