Nice! We open the function, create $n3, and return it. Then we display what multiply(5, 6) returns.
$n3
multiply(5, 6)
Almost! We open the function, create $n3, and return it. Then we display what multiply(5, 6) returns.