Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Jul 15, 2015
1 parent babf801 commit 4c2e343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1-js/10-es-modern/4-es-function/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function showMenu({title="Заголовок", width:w=100, height:h=200} *!*= {
showMenu(); // Заголовок 100 200
```

В коде выше весь объект аргументов по умолчанию равен пустому объекту `{}`, поэтому всегда есть что деструктуризовать.

## Имя "name"

Expand Down

0 comments on commit 4c2e343

Please sign in to comment.