mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-27 14:59:09 +02:00
319 B
319 B
Complete this quiz in class
- 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
- True or false: a function must return something
- true
- false