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/pre-lecture-quiz.md

319 B

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
  1. True or false: a function must return something
  • true
  • false