mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-02 17:28:04 +02:00
moving folders
This commit is contained in:
12
js-basics/2-functions-methods/.github/post-lecture-quiz.md
vendored
Normal file
12
js-basics/2-functions-methods/.github/post-lecture-quiz.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
*Complete this quiz by checking one answer per question.*
|
||||
|
||||
1. Arguments must be provided for all parameters in a function
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. What does a default value do?
|
||||
|
||||
- [ ] Sets a correct value
|
||||
- [ ] Gives a starter value for a parameters so your code still behaves if you omit an argument for it
|
||||
- [ ] Has no utility
|
Reference in New Issue
Block a user