Function definition

func multiply(a, b) {
    a * b
}

Last updated

Was this helpful?