Multiplication

Report a typo

Declare the function named multiplication, which takes any two numbers as parameters and returns the result of their multiplication.

Sample Input 1:

2 6

Sample Output 1:

12
Write a program in JavaScript
// write your code here
___

Create a free account to access the full topic