From a28db8f7d87394b4d6f5f41a80e2c4af8e2570da Mon Sep 17 00:00:00 2001 From: Omar Cortes <56364490+Omar-Devjr@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:35:23 -0500 Subject: [PATCH] Update post-lecture-quiz.md respuestas post-lecture --- 2-js-basics/2-functions-methods/.github/post-lecture-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-js-basics/2-functions-methods/.github/post-lecture-quiz.md b/2-js-basics/2-functions-methods/.github/post-lecture-quiz.md index f894d1c7..c00886f5 100644 --- a/2-js-basics/2-functions-methods/.github/post-lecture-quiz.md +++ b/2-js-basics/2-functions-methods/.github/post-lecture-quiz.md @@ -3,10 +3,10 @@ 1. Arguments must be provided for all parameters in a function - [ ] true -- [ ] false +- [x] false 2. 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 +- [x] Gives a starter value for a parameters so your code still behaves if you omit an argument for it - [ ] Has no utility