Solve the following code challenge to access this page.
9
1
2
3
›
⌄
function
multiplyNumbers
(
a
,
b
) {
return
a
;
// Fix this
}
//output here