Merge pull request #284 from usernamehw/patch-26

Update article.md
This commit is contained in:
Ilya Kantor 2017-11-01 08:57:33 +03:00 committed by GitHub
commit a1a0060d76
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.