Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
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
();