JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

calc((x,y)=>{
return x * y;
})

alert(calc(2,3))