JSFiddle - React, Tailwind, and code Playground by Richard Ayotte September 10, 2019 JavaScript const f1 = cb => { return cb() } f2 = () => { console.log('hello') } f1(f2)