2014-11-07 12:33:35 +11:00

6 lines
66 B
JavaScript

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