Use a callback function to log output

Use the multiply function as a callback function within getValue so that the final value of b is 10.
JavaScript
Console