Update pre-lecture-quiz.md

cuestionario resuelto
pull/719/head
Omar Cortes 3 years ago committed by GitHub
parent 2258e0cdba
commit 29ca9b0089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,16 +2,16 @@
1. Booleans are a data type you can use to test the length of a string 1. Booleans are a data type you can use to test the length of a string
- [ ] true - [x] true
- [ ] false - [ ] false
1. The following is an operation you can perform on a string 1. The following is an operation you can perform on a string
- [ ] concatenation - [x] concatenation
- [ ] appending - [ ] appending
- [ ] splicing - [ ] splicing
3. `==` and `===` are interchangeable 3. `==` and `===` are interchangeable
- [ ] true - [ ] true
- [ ] false - [x] false

Loading…
Cancel
Save