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

@@ -4,7 +4,7 @@
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/9)
[Pre-lecture quiz](https://ff-quizzes.netlify.app)
When we think about writing code, we always want to ensure our code is readable. While this sounds counterintuitive, code is read many more times than it's written. One core tool in a developer's toolbox to ensure maintainable code is the **function**.
@@ -185,7 +185,7 @@ You've now seen we have three ways to pass a function as a parameter and might b
Can you articulate in one sentence the difference between functions and methods? Give it a try!
## Post-Lecture Quiz
[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/10)
[Post-lecture quiz](https://ff-quizzes.netlify.app)
## Review & Self Study