HEAD
Implement a function which multiplies two numbers.
No examples
let multiply = (a,b) => a*b
Try it yourself - CodeWars
Implement a function which multiplies two numbers.
No examples
let multiply = (a,b) => a*b
Try it yourself - CodeWars