diff --git a/2-js-basics/2-functions-methods/.github/pre-lecture-quiz.md b/2-js-basics/2-functions-methods/.github/pre-lecture-quiz.md index 2615466c..fd0cc14a 100644 --- a/2-js-basics/2-functions-methods/.github/pre-lecture-quiz.md +++ b/2-js-basics/2-functions-methods/.github/pre-lecture-quiz.md @@ -3,10 +3,10 @@ 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 pass into a function at invocation time - [ ] It's something you have with people you know 2. True or false: a function must return something - [ ] true -- [ ] false +- [*] false