Pregunta de entrevista de Luxoft

What is an arrow function in javascript?

Respuesta de la entrevista

Anónimo

26 sep 2017

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