function solution (num1, num2) { return Math.floor((num1 / num2) * 1000) }
function solution (num1, num2) { eturn Math.floor((num1 / num2) * 1000) }