2 lines
31 B
Text
2 lines
31 B
Text
|
|
let multiply = (a, b) => a * b
|
|
|
let multiply = (a, b) => a * b
|