JSFiddle - React, Tailwind, and code Playground by sonylnagale June 16, 2019 JavaScript const hello = (...args) => { console.log(args); } hello('hello','world');