|
|
|
|
|
by tracker1
4181 days ago
|
|
A lot of times you stuff the context (this) into a variable (like that)... so that you can use it in callback handlers farther down. Fat arrow syntax is much more terse than a function declaration and also handles the case of passing the parent's execution scope. |
|