Voon Ming Hann
Jan 29, 2022

--

for the 3rd tip, you can make it shorter

const hello = (who) => () => {

console.log('hello',who)

}

--

--