Your function is now iterating through all prices and passing them one by one to the halve function that reduces them. 

Write a statement to print the result of the halve function call.

Nice job writing the function! With this, you'll be able to see each reduced price.

Make sure to choose console.log().