Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

File metadata and controls

12 lines (8 loc) · 307 Bytes

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