Sign in
webkit
/
WebKit
/
3ee83bd7079b5d32a56631e7e3c8cee2e6830703
/
.
/
JSTests
/
modules
/
destructuring-export
/
array.js
blob: 509d98b35de6bb4e9e388505fde784978972e7cf [
file
] [
log
] [
blame
]
var
value
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
];
export
const
[...
array
]
=
value
.
values
();