flushing my list of typos when reaching the Objects chapter
This commit is contained in:
parent
27a491f265
commit
4121423fc0
9 changed files with 27 additions and 27 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 the 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 does 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