A Demo Page for Homework 10

Problem 1: log(['Eugene', 'sez', 'good job'])
Should see 'Eugene', 'sez', 'good job' on separate lines in the console

Problem 2: addDollarSign([10, 2, 13, 4]) === '[$10, $2, $13, $4]'
Function returned [ ]