Update 11_day_destructuring_and_spreading.md

a grammatical error in line 187: instead of "our"  "we used to " is written
pull/370/head
Monster_01 3 years ago committed by GitHub
parent d638db2adc
commit 63780ac601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,7 @@ Node Express MongoDB
### Destructuring Object
When we destructure the name of the variable we use to destructure should be exactly the same as the key or property of the object. See the example below.
When we destructure the name of the variable our destructure should be exactly the same as the key or property of the object. See the example below.
```js
const rectangle = {

Loading…
Cancel
Save