Good afternoon, I'm in a doubt beast and I need your help. I have a situation where I need to display if the value is 25% more than the current value. But I'm having trouble putting this logic together. I gave a searched but I did not find something that clarifies to me:
var valor_input = 25;
var valorAtual = 50;
var result = DUVIDA;
alert(result);