How to sum every number in an array of numbers.

Using the ES2015 syntax it can be done as follows: let numbers = [10, 42, 5, 87, 61, 34, 99]; let sum = numbers.reduce((a,b) => a + b); where the reduce signature is Array.prototype.reduce(accumulator, element, callback, startingValue) alternatively a for loop could be used.

MC
Answered by Maciej C. Javascript tutor

1840 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

How are objects created in arrays


Make button that says how many times it has been clicked.


What is the difference between let and var when declaring variables in javascript?


I've just heard about objects. How do I use them and do they work with Arrays?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning