Update article.md

This commit is contained in:
Alexander 2017-10-30 22:39:26 +03:00 committed by GitHub
parent ccc0e9327f
commit 3b4f96c617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.