2018-01-09 15:36:42 +01:00

5 lines
71 B
JavaScript

({ a1 } = c1);
({ a2, ...b2 } = c2);
console.log({ a3, ...b3 } = c3);