JSFiddle - React, Tailwind, and code Playground
by zhuoqiang
JavaScript
function R() {
// arguments is not Array, however we still can apply array.join() to it
return [].join.call(arguments, '');
}
by zhuoqiang
function R() {
// arguments is not Array, however we still can apply array.join() to it
return [].join.call(arguments, '');
}