mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-25 22:09:20 +02:00
344 B
344 B
Complete this quiz by checking one answer per question.
- Arguments must be provided for all parameters in a function
- true
- false
- 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