JSFiddle - React, Tailwind, and code Playground by Viet27th November 26, 2018 JavaScript let a = (x,y=1,z=2,d) => { console.log(x,y,z,d) } a(9,27)