Ad
Fundamentals
Arrays
Data Types

Get the sum of all integers in the given array... and return it.

function getSum(array) {
   //your code
}