Pergunta de entrevista da empresa Luxoft

What is an arrow function in javascript?

Resposta da entrevista

Sigiloso

26 de set. de 2017

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