Skip to content

Commit cf6e355

Browse files
file changed
1 parent 59bfcc9 commit cf6e355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

E. Array-Loop/reverse.js renamed to C. Array/reverse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Output:
66
['orange', 'yellow', 'green', 'blue', 'red'] **/
77

88
let colors = ['red', 'blue', 'green', 'yellow', 'orange'];
9-
console.log(colors.reverse);
9+
console.log(colors.reverse());

0 commit comments

Comments
 (0)