JSFiddle - React, Tailwind, and code Playground
by nosfan1019
JavaScript
function foo(x,y) {
var random = Math.round(Math.random() * (y - x)) + x;
document.write(random);
}
foo(-20,-30)
by nosfan1019
function foo(x,y) {
var random = Math.round(Math.random() * (y - x)) + x;
document.write(random);
}
foo(-20,-30)