5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
({ a1 } = c1);
|
|
({ a2, ...b2 } = c2);
|
|
|
|
console.log({ a3, ...b3 } = c3);
|