function product(a, b) { return a * b; } function setInputValue(input_id, val) { document.getElementById(input_id).setAttribute('value', val); }