pull/272/head
Teona Tsintsadze 3 years ago
parent d0c066fcb9
commit 6be3a4c8f4

@ -3005,7 +3005,7 @@ const fullStack = [
]
for (const [first, second, third, fourth] of fullStack) {
console.log(first, second, third, fourt)
console.log(first, second, third, fourth)
}
```
@ -3075,7 +3075,8 @@ const rectangle = {
height: 10,
}
let { width, height, perimeter } = rectangleconsole.log(
let { width, height, perimeter } = rectangle
console.log(
width,
height,
perimeter

Loading…
Cancel
Save