JavaScript Arrays
Posted on Jan 29th, 2023
🗓️Today’s topics
- Loops in JavaScript (while, for, for…of)
- Using arrays
- Iteration: using loops with arrays
👩🏽💻 In-class Practice
We will refer to this problem set in class to practice concepts as we encounter them while looking at arrays and loops.
🎯 Project
This is the project you will work on outside of class. It is due Wednesday, February 1
Invitation Link
🦉 Code, Notes & Video
- JavaScript Arrays notes
- Rebecca’s video on variables
- Rebecca’s video on types
- Rebecca’s video on functions
- Array example from class
- JS Problem Set 1
- JS Problem Set 2