Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
function calcReturn(amount, days) { return amount+days*(amount*0.058); }
function calcReturn(amount, days) { return Math.round(amount+days*(amount*0.058)); }