let valores = [1000, 2500, 3000, 350]; let valoresatualizados = valores.map((item)=> item * 1.3); console.log(valoresatualizados); let novovalor = valoresatualizados.forEach((item)=> item);
To embed this project on your website, copy the following code and paste it into your website's HTML: