Skip to content

Commit a1a0060

Browse files
authored
Merge pull request javascript-tutorial#284 from usernamehw/patch-26
Update article.md
2 parents adbdd71 + 3b4f96c commit a1a0060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/12-arrow-functions

1-js/06-advanced-functions/12-arrow-functions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Arrow functions:
125125
- Can't be called with `new`.
126126
- (They also don't have `super`, but we didn't study it. Will be in the chapter <info:class-inheritance>).
127127

128-
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.
128+
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.

0 commit comments

Comments
 (0)