Files
babel/test/fixtures/transformation/es6-destructuring/array/actual.js
2014-11-23 16:17:49 +11:00

2 lines
61 B
JavaScript

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