Skip to content

Commit f25ffc5

Browse files
committed
studio finish
1 parent ac8e80e commit f25ffc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/studio/studio-functions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ function reverseArr(reverseStr){
4949
return newArr;
5050
}
5151
console.log(reverseArr(arrayTest1));
52+
console.log(reverseArr(arrayTest2));
53+
console.log(reverseArr(arrayTest3));
5254

5355
// 1. Define and initialize an empty array.
5456
// 2. Loop through the old array.

0 commit comments

Comments
 (0)