Running Sum of 1d Array
Given an array nums, return the running sum of its elements. The running sum is obtained by adding the element at the current index to the sum of all the previous elements.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)