JSFiddle - React, Tailwind, and code Playground

by taoist

JavaScript

function subtract(a,b){


return a-b;

}

alert(subtract (12341234-23))





// a2 + b2 = c2