JSFiddle - React, Tailwind, and code Playground
by Evan Sharp
JavaScript
function idk (target) {
const sources = [].slice.call(arguments, 1)
console.log(target, sources);
}
idk('t')
by Evan Sharp
function idk (target) {
const sources = [].slice.call(arguments, 1)
console.log(target, sources);
}
idk('t')