This commit is contained in:
Charles 2019-09-21 16:13:48 +02:00 committed by GitHub
parent c353827bc4
commit b9ba6a1ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -248,7 +248,7 @@ function greet({ name, greeting }) {
greet({ name: 'Larry', greeting: 'Ahoy' })
```
Destructuring of objects and arrays can be also be done in function arguments.
Destructuring of objects and arrays can also be done in function arguments.
### Default values