JSFiddle - React, Tailwind, and code Playground
by eget teteete
JavaScript
function calc(a, b, c, v){
return a + b * c / v
}
alert(parseInt(calc(2, 5, 7, 45));
by eget teteete
function calc(a, b, c, v){
return a + b * c / v
}
alert(parseInt(calc(2, 5, 7, 45));