Skip to content

Commit 8fa332e

Browse files
authored
Update curriculum_map.md
Yellow Brick Road 2.2 Lab Name
1 parent cb54eab commit 8fa332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum_map.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Materials and preparation resources can be found in each of the lesson pages.
4040
| Lesson | Objectives | Lab | Days |
4141
| ------ | ---------- | --- | --- |
4242
| [2.1: Loops][] | Define **loop** in a programming context. Explain why loops are useful. Implement simple repeat and forever loops. Apply loops to reduce redundancy in a program. | Squares and Triangles Redux | 1 |
43-
| [2.2: Nested loops][] | Apply nested loops to solve programming problems. | Another Brick in the Wall | 1 |
43+
| [2.2: Nested loops][] | Apply nested loops to solve programming problems. | Yellow Brick Road | 1 |
4444
| [2.3: Inputs and conditionals][] | Apply **Ask** and **Receive**. Apply simple conditional, **if** and **if-else** blocks, to alter control flow in a script. | What Shape Is That? | 1 |
4545
| [2.4: Variables][] | Apply variables to track values throughout a program or script. | Guessing Game | 1 |
4646
| [2.5: Boole in the house][] | Define and identify Boolean expressions and operators. Evaluate Boolean expressions. Utilize Boolean operators, `and`, `or`, `not`, to create compound conditions. | Triangle of All Kinds | 1 |

0 commit comments

Comments
 (0)