|
1 |
| -# Lesson 5.3: Array Methods & Properties |
| 1 | +# Lesson 5.3: forEach Loops |
2 | 2 |
|
3 | 3 | <br>
|
4 | 4 |
|
5 | 5 | ## Lesson Materials
|
6 | 6 |
|
7 | 7 | 📖 Upload as Material in Google Classroom:
|
8 |
| -- [Slides](https://docs.google.com/presentation/d/1qjV23hnjx1Mu3-UEHdZC18PsbLafPh28tnFHe_6EXnA/edit?usp=sharing) (make a copy for your program - upload the copy) |
9 |
| -- [Coding Exercise(s)]() |
| 8 | +- [Slides](https://docs.google.com/presentation/d/1mnwF2jwsmGLIkf8Ce9BLFXyWjm93oBfUwhBS0GxzD-M/edit?usp=sharing) (make a copy for your program - upload the copy) |
| 9 | +- [Coding Exercise(s)](https://github.com/itscodenation/int-u5l3-23-24-student-exercises) |
10 | 10 |
|
11 | 11 | 📝 Upload as Assignment in Google Classroom (5 points):
|
12 |
| -- [Exit Ticket]() (DO NOT MAKE A COPY - upload as link) |
| 12 | +- [Exit Ticket](https://forms.gle/LdsXhQFGvji2qjVk8) (DO NOT MAKE A COPY - upload as link) |
13 | 13 |
|
14 | 14 | <br>
|
15 | 15 |
|
|
21 | 21 | - Start with a discussion on arrays.
|
22 | 22 | - Guide students to modify arrays and share their findings.<br><br>
|
23 | 23 |
|
24 |
| -🗂️ Arr. Properties & Methods (10) : |
25 |
| -- Dive into common methods used to manipulate array elements. |
26 |
| -- Key Methods: push(), pop(), shift(), unshift().<br><br> |
| 24 | +➰ forEach Loops (15) : |
| 25 | +- Explain the concept and syntax of forEach loops. |
| 26 | +- Discuss how forEach loops are used for iterating over arrays. |
| 27 | +- Provide examples to illustrate forEach loops in action.<br><br> |
27 | 28 |
|
28 |
| -💻 Code Along (5) : |
29 |
| -- Code-along session where each method is explained and demonstrated. |
30 |
| -- Pair programming exercises for hands-on practice with each method.<br><br> |
| 29 | +🔥 Rapid Questions (3) : |
| 30 | +- Quick Review: Pose rapid-fire questions to reinforce key concepts.<br><br> |
31 | 31 |
|
32 |
| -💻 Code Solo (15) : |
33 |
| -- Students work on tasks related to array methods & properties.<br><br> |
| 32 | +💻 Code Along (15) : |
| 33 | +- Lead a coding session where students apply forEach loops in real scenarios. |
| 34 | +- Encourage students to try out examples and variations.<br><br> |
34 | 35 |
|
35 | 36 | 👋 Exit Ticket & Closing (5)
|
36 | 37 | - Direct students to the Exit Ticket in Google Classroom, ensuring all questions are answered.
|
|
0 commit comments