From 3a80e6c5c9d2d46d85085a955a61890977dbdc0c Mon Sep 17 00:00:00 2001 From: Omar Cortes <56364490+Omar-Devjr@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:58:13 -0500 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=202-js-basics/1-data-type?= =?UTF-8?q?s/.github/post-lecture-quiz.md=20to=202-js-conceptos=20b=C3=A1s?= =?UTF-8?q?icos/1-tipos=20de=20datos/.github/post-lecture-quiz.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit questión number 2 is a bit confusing in the part " and ____ are " --- .../1-tipos de datos}/.github/post-lecture-quiz.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {2-js-basics/1-data-types => 2-js-conceptos básicos/1-tipos de datos}/.github/post-lecture-quiz.md (80%) diff --git a/2-js-basics/1-data-types/.github/post-lecture-quiz.md b/2-js-conceptos básicos/1-tipos de datos/.github/post-lecture-quiz.md similarity index 80% rename from 2-js-basics/1-data-types/.github/post-lecture-quiz.md rename to 2-js-conceptos básicos/1-tipos de datos/.github/post-lecture-quiz.md index 9f81e7f1..dd1f329e 100644 --- a/2-js-basics/1-data-types/.github/post-lecture-quiz.md +++ b/2-js-conceptos básicos/1-tipos de datos/.github/post-lecture-quiz.md @@ -2,17 +2,17 @@ 1. Constants are the same as `let` and `var` to declare variables except -- [ ] Constants must be initialized +- [x] Constants must be initialized - [ ] Constants can be altered - [ ] Constants can be reassigned 2. Numbers and ____ are JavaScript primitives that handle numeric data - [ ] bigint -- [ ] boolean +- [x] boolean - [ ] star 3. Strings can reside between both single and double quotes -- [ ] true -- [ ] false \ No newline at end of file +- [x] true +- [ ] false