|
|
|
@ -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
|
|
|
|
|