JS

JavaScript ES6 - What is an arrow function

28.

What is an arrow function?

A deprecated feature in ES6.

A function that cannot take any parameters.

A function defined using the function keyword.

A compact alternative to a traditional function.