Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 162 Bytes

File metadata and controls

12 lines (8 loc) · 162 Bytes

Description:

This code does not execute properly. Try to figure out why.

Solution:

multiply = function (a, b) {
  return a * b;
}