2014-10-25 09:09:55 +11:00

2 lines
70 B
JavaScript

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