mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-03 09:42:24 +02:00
moving folders
This commit is contained in:
12
js-basics/2-functions-methods/.github/pre-lecture-quiz.md
vendored
Normal file
12
js-basics/2-functions-methods/.github/pre-lecture-quiz.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
*Complete this quiz in class*
|
||||
|
||||
1. What's an argument?
|
||||
|
||||
- [ ] It's something you declare in the function definition
|
||||
- [ ] It's something you pass into a function at invocation time
|
||||
- [ ] It's something you have with people you know
|
||||
|
||||
2. True or false: a function must return something
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
Reference in New Issue
Block a user