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.
Web-Dev-For-Beginners/2-js-basics/2-functions-methods/.github/post-lecture-quiz.md

344 B

Complete this quiz by checking one answer per question.

  1. Arguments must be provided for all parameters in a function
  • true
  • false
  1. 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