Sollicitatievraag bij Infrrd

What is the difference between a standard function() and an arrow function (JavaScript)

Antwoorden op sollicitatievragen

Anoniem

8 mrt 2020

Arrow function doesn't have access to this and arrow function doesn't have arguments object inside a function, where standard function have

2

Anoniem

22 sep 2020

Regular have the argument object, arrow doesn't have.

1