Multiply 8 Kyu LINK TO THE KATA - DEBUGGING FUNDAMENTALS Description This code does not execute properly. Try to figure out why. Solution const multiply = (a, b) => a * b