Skip to content

Commit ee83b73

Browse files
authored
Update Destructuring.md
1 parent 3d71b3a commit ee83b73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Destructuring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Destructuing in JavaScript
22

3+
> MDN documentation: The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.
4+
35
```javascript
46
// 1
57
const apiObject = {

0 commit comments

Comments
 (0)