JSFiddle - React, Tailwind, and code Playground
by moku23
JavaScript
let mostUsedVolume = 1
let highetValue = 4
if((mostUsedVolume*3.5) < highetValue){
console.log('ha usato un lottaggio fuori standard')
}
by moku23
let mostUsedVolume = 1
let highetValue = 4
if((mostUsedVolume*3.5) < highetValue){
console.log('ha usato un lottaggio fuori standard')
}