JSFiddle - React, Tailwind, and code Playground by Viet27th November 25, 2018 JavaScript let a = (x,y,z,f) => { let n = {x,y,z,f}; console.log(x,y,z,f); } a(1,2,4)