JSFiddle - React, Tailwind, and code Playground

by Eugen Sunic

JavaScript

function nesto(...args){
console.log(args);
}

nesto()