function multiply(input1, input2) { return input1 * input2; } function aBitMore(input1, multiply) { return multiply+input1; }