WARNING

Are you sure you want to reset the challenge? You'll lose all changes you've made to the code.

More Iterating through Arrays with for Loops

Write a function called multiply that takes as input a list of numbers and returns the product -- the result of multiplying all the numbers together.

This function will look very similar to the add function we just finished writing.