You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/studio/studio-functions.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
// 4. Return the reversed number.
18
18
// 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.
19
19
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:
0 commit comments