0
/ 10
Given an array of integers, return the sum of all the values in the array.
Given an array of integers, return the sum of all the values in the array.
Examples:
sum({0,1,2,5}) -> 8
Your feedback will appear here when you check your answer.