Answers for "what is the solution to the codewars first code"

0

what is the solution to the codewars first code

function multiply(a, b) {
  const c = a * b
  console.log(c)
}

multiply(2, 3)
Posted by: Guest on October-12-2020

Code answers related to "what is the solution to the codewars first code"

Browse Popular Code Answers by Language