We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babf801 commit 4c2e343Copy full SHA for 4c2e343
1 file changed
1-js/10-es-modern/4-es-function/article.md
@@ -166,6 +166,7 @@ function showMenu({title="Заголовок", width:w=100, height:h=200} *!*= {
166
showMenu(); // Заголовок 100 200
167
```
168
169
+В коде выше весь объект аргументов по умолчанию равен пустому объекту `{}`, поэтому всегда есть что деструктуризовать.
170
171
## Имя "name"
172
0 commit comments