File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ def foundation_lessons
139
139
github_path : '/foundations/javascript_basics/clean_code.md' ,
140
140
identifier_uuid : 'e341018d-424e-40ac-b6cf-59fcdd422446' ,
141
141
} ,
142
- 'Arrays and Loops ' => {
143
- title : 'Arrays and Loops ' ,
144
- description : 'In this lesson we learn about arrays and loops .' ,
142
+ 'Loops and Arrays ' => {
143
+ title : 'Loops and Arrays ' ,
144
+ description : 'In this lesson we learn about loops and arrays .' ,
145
145
is_project : false ,
146
- github_path : '/foundations/javascript_basics/arrays_and_loops .md' ,
146
+ github_path : '/foundations/javascript_basics/loops_and_arrays .md' ,
147
147
identifier_uuid : '336b3336-c589-4e61-876f-1c0e60617da4' ,
148
148
} ,
149
149
'Etch-a-Sketch' => {
Original file line number Diff line number Diff line change 144
144
foundation_lessons . fetch ( 'Understanding Errors' ) ,
145
145
foundation_lessons . fetch ( 'Rock Paper Scissors' ) ,
146
146
foundation_lessons . fetch ( 'Clean Code' ) ,
147
- foundation_lessons . fetch ( 'Arrays and Loops ' ) ,
147
+ foundation_lessons . fetch ( 'Loops and Arrays ' ) ,
148
148
foundation_lessons . fetch ( 'DOM Manipulation and Events' ) ,
149
149
foundation_lessons . fetch ( 'Revisiting Rock Paper Scissors' ) ,
150
150
foundation_lessons . fetch ( 'Etch-a-Sketch' ) ,
You can’t perform that action at this time.
0 commit comments