Merge pull request #507 from dspechnikov/patch-1
Fix Arrow functions note syntax typo
This commit is contained in:
commit
054a3194a4
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ function f() {
|
|||
|
||||
f(1); // 1
|
||||
```
|
||||
````
|
||||
|
||||
As we remember, arrow functions don't have their own `this`. Now we know they don't have the special `arguments` object either.
|
||||
|
||||
## Spread operator [#spread-operator]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue