0
Good afternoon, I have a stupid question and I need your help. I have a situation where I need to show if the value is 25% more than the current value. However, I’m having a hard time coming up with this logic. I did some research but I couldn’t find something that clarifies me:
var valor_input = 25;
var valorAtual = 50;
var result = DUVIDA;
alert(result);