Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-js/06-advanced-functions/12-arrow-functions/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.