Update Quiz Link

This commit is contained in:
Lee Stott
2025-08-28 12:57:58 +00:00
parent 43ef2bd0f4
commit 2daab5271b
1277 changed files with 2487 additions and 2487 deletions

View File

@@ -6,7 +6,7 @@
## Pre-Lecture Quiz
[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/11)
[Pre-lecture quiz](https://ff-quizzes.netlify.app/web/quiz/11)
Making decisions and controlling the order in which your code runs makes your code reusable and robust. This section covers the syntax for controlling data flow in JavaScript and its significance when used with Boolean data types
@@ -205,7 +205,7 @@ Create a program that is written first with logical operators, and then rewrite
## Post-Lecture Quiz
[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/12)
[Post-lecture quiz](https://ff-quizzes.netlify.app/web/quiz/12)
## Review & Self Study