2015-02-22 22:46:27 +11:00

2 lines
58 B
JavaScript

var [a, [b], [c]] = ["hello", [", ", "junk"], ["world"]];