Arrow functions have lexical this
, no dynamic this
- bound at definition time, use
=>
- can NOT bind a different context
arguments
does NOT work inside arrow functions
Arrow functions have lexical this
, no dynamic this
.
this
, no dynamic this
=>
arguments
does NOT work inside arrow functions