Sep 21, 2021
const fn = ({ x, y, z }) => (x+y)*z;
Show me how you repeat less without destructuring.
const fn = ({ x, y, z }) => (x+y)*z;
Show me how you repeat less without destructuring.
Software architect and developer with web and functional JavaScript close to his heart. Worked many years with web solutions mainly within the IoT field.