...

/

Challenge 2: Return an Array of Squares

Challenge 2: Return an Array of Squares

This challenge tests your knowledge of functions and arrays.

We'll cover the following...

Problem Statement

The task is to modify the given function arr_square() to use loops to iterate over an array, which is declared within the ...