Video tutorialTrack course · freeCodeCamp
Speed
Transcript & captions
3/3
Try it yourself
Arrow functions have no own this — they inherit it from the surrounding scope, which is exactly what you want inside callbacks.
Knowledge check
0/1 answeredWhat does ...nums do in a parameter list?