Array Pattern: Accumulating State

Sum Everything In The Array

DIRECTIONS:

The code should set up a 'click event handler' using jQuery. Within the event handler, the program should create an array and then add up all the numbers in the array The sum should then be displayed on the page, in the paragraph with an id of sumAllOutput