2 lines
50 B
JavaScript
2 lines
50 B
JavaScript
function multiElementWithRest(...[a, b, ...c]) {}
|
function multiElementWithRest(...[a, b, ...c]) {}
|