This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
Web-Dev-For-Beginners
mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1d81829ac1
softchris-patch-7
main
softchris-patch-6
softchris-patch-5
softchris-patch-4
copilot/fix-1408
softchris-patch-1
softchris-patch-3
announce-genai
softchris-patch-2
upgrade-quiz-app
juliamuiruri4-patch-1
sara/config-codespaces
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1d81829ac1'
${ noResults }
Web-Dev-For-Beginners
/
2-js-basics
/
2-functions-methods
/
.github
/
post-lecture-quiz.md
344 B
Raw
Blame
History
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