2 lines
45 B
JavaScript
2 lines
45 B
JavaScript
function singleElementWithRest(...[...a]) {}
|
function singleElementWithRest(...[...a]) {}
|