JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

let g = ((x,y) =>
 x * y)
alert(g(2,2));