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