2014-11-04 08:05:09 +11:00

8 lines
70 B
JavaScript

({ t: t }) = obj;
({ t: { C: C } }) = obj;
({
a,
b,
c
}) = obj;