JSFiddle - React, Tailwind, and code Playground
JavaScript
function comparison (x,y) {
if(x > y) {
return x;
} els
alert (comparison(10,15));e {
return y;
}
}
function comparison (x,y) {
if(x > y) {
return x;
} els
alert (comparison(10,15));e {
return y;
}
}