JS_answer_lulu

for rewiew
pull/35/head
lulu-o 5 years ago committed by GitHub
parent 4918b11e8f
commit fdf0b90e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,15 +3,15 @@
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 - [ ] true
- [ ] false - [x ] 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 - [ x] true
- [ ] false - [ ] false
Loading…
Cancel
Save