Sascha Schulz
2023-07-18 06573ae2a55ee4911924c09bf41315d5e8bf8b60
1
2
3
4
5
const o = { a: [0, {b: [0, 5]}, 2]};
 
const  { /* Destructuring-Ausdruck */ } = o;
 
console.log(x);