Skip to content

Commit 90158cc

Browse files
committed
added more detail for part 3 of studio
1 parent c3f51a4 commit 90158cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/studio/studio-functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// 4. Return the reversed number.
1818
// 5. Be sure to print the result returned by the function to verify that your code works for both strings and numbers. Do this before moving on to the next exercise.
1919

20-
// Part Three: Complete Reversal
20+
// Part Three: Complete Reversal - Create a new function with one parameter, which is the array we want to change. The function should:
2121

2222
// 1. Define and initialize an empty array.
2323
// 2. Loop through the old array.

0 commit comments

Comments
 (0)