JSFiddle - React, Tailwind, and code Playground

by sonylnagale

JavaScript

const hello = (...args) => {
  console.log(args);
}

hello('hello','world');