This commit is contained in:
Ilya Kantor 2017-03-24 17:28:37 +03:00
parent c9401b3104
commit 0fcf9f84fa
58 changed files with 673 additions and 643 deletions

View file

@ -98,7 +98,7 @@ That is called a "trailing" or "hanging" comma. Makes it easier to add/remove/mo
## Square brackets
For multiword properties, the dot access won't work:
For multiword properties, the dot access doesn't work:
```js run
// this would give a syntax error