mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-27 23:09:11 +02:00
13 lines
319 B
Markdown
13 lines
319 B
Markdown
*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
|