Skip to content

Commit d7cb394

Browse files
Adding 3rd line
1 parent 2d2e533 commit d7cb394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Loops2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ arr.forEach(i=>{
1212
str = str + i +','
1313
//adding a line
1414
//adding a 2nd line
15+
//adding 3rd line
1516
})
1617

1718
for(let i=arr.length-1;i>=0;i--)

0 commit comments

Comments
 (0)