Course · Section 3: JavaScript Fundamentals – Part 2 · Lecture 49: Looping Backwards and Loops in Loops
Implement `reverseLoop(arr)` returning a new reversed array by looping from the end.
+ 1 hidden test run on Submit.
Iterating from the last index down builds the reversed array.
Run your code to see results.