2014-11-23 16:17:49 +11:00

2 lines
61 B
JavaScript

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