Challenge 1: Sum Elements of a List
In this challenge, you are required to compute the sum of elements in an array.
We'll cover the following...
Problem Statement
Create a sumList
function that receives a list
as a parameter and returns the sum of ...