Update and rename 2-js-basics/1-data-types/.github/post-lecture-quiz.md to 2-js-conceptos básicos/1-tipos de datos/.github/post-lecture-quiz.md

questión number 2 is a bit confusing in the part " and ____ are "
pull/719/head
Omar Cortes 3 years ago committed by GitHub
parent 29ca9b0089
commit 3a80e6c5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,17 +2,17 @@
1. Constants are the same as `let` and `var` to declare variables except 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 altered
- [ ] Constants can be reassigned - [ ] Constants can be reassigned
2. Numbers and ____ are JavaScript primitives that handle numeric data 2. Numbers and ____ are JavaScript primitives that handle numeric data
- [ ] bigint - [ ] bigint
- [ ] boolean - [x] boolean
- [ ] star - [ ] star
3. Strings can reside between both single and double quotes 3. Strings can reside between both single and double quotes
- [ ] true - [x] true
- [ ] false - [ ] false
Loading…
Cancel
Save