You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Start with 10 different variables of the same type and then explain why this is a problem. What will happen when we create more and more of these variables?
Emphasise zero-indexing in arrays
Modifying arrays ( updating an item at a particular index )
for..of loop ( 5/10 mins ) - video 2
You can check out the traditional for loop in the previous section
Demonstrate use of for..of loop with an array
Walk through some code ( 10 mins) - video 3
Step through a code example like a computer
Show the debugger
Pick an example of one function calling another ( days of the week from JS1 Week 3 syllabus notes )
Actions
@alicagatay add some examples to the repo for your sections