JSFiddle - React, Tailwind, and code Playground
by alexche8
JavaScript
function test(){
var args = Array.prototype.slice.call(arguments);
console.log(args);
}
test(1,2,3);
by alexche8
function test(){
var args = Array.prototype.slice.call(arguments);
console.log(args);
}
test(1,2,3);