4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
"use strict";
|
|
|
|
add.apply(null, [foo].concat(Array.from(numbers), [bar, what], Array.from(test)));
|