JSFiddle - React, Tailwind, and code Playground by Yomi Eluwande November 16, 2018 JavaScript const multiply = (x) => (y) => x * y console.log(multiply(5)(20))