2014-10-11 22:33:08 +11:00

2 lines
61 B
JavaScript

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