This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/test/fixtures/destructuring/array/actual.js
2014-09-29 18:29:08 +10:00

2 lines
61 B
JavaScript

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