Lesson 07: Control Flow (Slides)
Please review the following resources before lecture:
- Boolean logic with if statements [25 of 51] | JavaScript for Beginners (Video)
- Learn Switch Statements In 7 Minutes (Video)
- JavaScript Loops Made Easy (Video)
- Complete Conditionals and Loops exercise.
- Do pre-work for lesson 08.
This exercise will provide you ample opportunities to practice your understanding of conditional expressions and loops. To complete this assignment, implement the functions in lesson7.ts, ensure the tests pass, and submit a PR. Remember to use the Conventional Commits spec for your commit messages and pull requests.