Update 11_day_destructuring_and_spreading.md

pull/751/head
James Kofi Myers 2 years ago committed by GitHub
parent 90fb568476
commit 0167b26ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ console.log(backEnd)
["Node", "Express", "MongoDB"]
```
If we like to skip on of the values in the array we use additional comma. The comma helps to omit the value at that specific index
If we like to skip one of the values in the array we use additional comma. The comma helps to omit the value at that specific index
```js
const numbers = [1, 2, 3]

Loading…
Cancel
Save