Type 1: const funcExample ({param1}) => ()
const funcExample ({param1}) => ()
Type 2: const funcExample ({param1}) => {return ()}
const funcExample ({param1}) => {return ()}
Higher order