Skip to content

Commit 9797f79

Browse files
committed
Rectify sequence of Array challenges
On completion of "Accessing Array Values" the next challenge mentioned is "Looping Through Arrays". But the sequence of challenges is such that the latter comes before the former. This commit fixes it.
1 parent 7dc3898 commit 9797f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"FOR LOOP",
1212
"ARRAYS",
1313
"ARRAY FILTERING",
14-
"LOOPING THROUGH ARRAYS",
1514
"ACCESSING ARRAY VALUES",
15+
"LOOPING THROUGH ARRAYS",
1616
"OBJECTS",
1717
"OBJECT PROPERTIES",
1818
"FUNCTIONS",

0 commit comments

Comments
 (0)