The sum of elements

Report a typo

Here you should print the sum of elements in the data array using for ... in loop.

Write a program in JavaScript
let data = [11, 5, 29, 75];
___

Create a free account to access the full topic