changing quiz app link

This commit is contained in:
Jen Looper
2021-08-12 22:26:56 -04:00
parent 2e06a235da
commit c90d164b2f
230 changed files with 636 additions and 685 deletions

View File

@@ -4,7 +4,7 @@
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/9)
[Pre-lecture quiz](https://happy-mud-02d95f10f.azurestaticapps.net/quiz/9)
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://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/10)
[Post-lecture quiz](https://happy-mud-02d95f10f.azurestaticapps.net/quiz/10)
## Review & Self Study