Integer = 4857; Percentage = 30; console.log(Integer / 100 * Percentage) // 1457.1 console.log(Math.round(Integer / 100 * Percentage)) // 1457