Last updated 4 years ago
Was this helpful?
const dutyFree = (normPrice, discount, hol) => Math.floor((hol / normPrice / discount) * 100);