Sum of array elements

Easy 20 pts New · no attempts yet javascript

Given [3, 7, 2, 9, 1], print the sum using reduce or a loop.

Static hints
  • reduce((acc, val) => acc + val, 0)

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details