commit
a1a0060d76
1 changed files with 1 additions and 1 deletions
|
@ -125,4 +125,4 @@ Arrow functions:
|
|||
- Can't be called with `new`.
|
||||
- (They also don't have `super`, but we didn't study it. Will be in the chapter <info:class-inheritance>).
|
||||
|
||||
That's because they are meant for short pieces of code that does not have their own "context", but rather works in the current one. And they really shine in that use case.
|
||||
That's because they are meant for short pieces of code that do not have their own "context", but rather works in the current one. And they really shine in that use case.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue