From 771be4de2969da20c8ee561f06d8e871fa5838a0 Mon Sep 17 00:00:00 2001 From: Omar Cortes <56364490+Omar-Devjr@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:33:07 -0500 Subject: [PATCH] Update pre-lecture-quiz.md respuestas pre-lecture --- 2-js-basics/2-functions-methods/.github/pre-lecture-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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