Domanda di colloquio di Luxoft

What is an arrow function in javascript?

Risposta di colloquio

Anonimo

26 set 2017

It is a function written like this: " () => {} " . It keeps the "this" variable of the scope it is enclosed in.