Skip to content

Commit faa795d

Browse files
committed
updated
1 parent 4490077 commit faa795d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

JavaScript Problem Solving/veryEasy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ function addIndexes(arr) {
234234
});
235235
}
236236

237+
238+
237239
/*
238240
Get the Sum of All Array Elements
239241
Create a function that takes an array and returns the sum of all numbers in the array.

0 commit comments

Comments
 (0)