Jan
0
Q:

what is the solution to the codewars first code

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

multiply(2, 3)
0

New to Communities?

Join the community