JSFiddle - React, Tailwind, and code Playground

by Yomi Eluwande

JavaScript

const multiply = (x) => (y) => x * y

console.log(multiply(5)(20))