function multiply(arg1, arg2) { return arg1*arg2 } console.log(multiply(20, 8.2)) console.log(multiply(200, 8.2))
0 Commentaires