Course · Section 3: JavaScript Fundamentals – Part 2 · Lecture 34: Functions
Write a function declaration `multiply(a, b)` that returns the product.
+ 1 hidden test run on Submit.
A basic function declaration that returns a * b.
Run your code to see results.