Frage im Vorstellungsgespräch bei Infrrd

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

Antworten zu Vorstellungsgespräch

Anonym

8. März 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

Anonym

22. Sep. 2020

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

1