Fix Arrow functions note syntax typo
Missing end quotes make Spread operator section render into the note.
This commit is contained in:
parent
dac2e71cff
commit
2b749830ff
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