2014-09-29 18:29:08 +10:00

2 lines
61 B
JavaScript

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