JSFiddle - React, Tailwind, and code Playground

by kentaromiura

JavaScript

λ = Function;

alert(λ('x,y','return x*y*3')(2,3));