JSFiddle - React, Tailwind, and code Playground

by Rodrigo Portillo

JavaScript

function teste(){
Array.prototype.forEach.call(arguments, (item) =>item);

}

console.log(teste(1,2,3,4,5,6));