From fdf0b90e5894760c4f14d425e52368e0dd5bee6a Mon Sep 17 00:00:00 2001 From: lulu-o <71145278+lulu-o@users.noreply.github.com> Date: Tue, 17 Nov 2020 10:10:20 +0100 Subject: [PATCH] JS_answer_lulu for rewiew --- 2-js-basics/1-data-types/.github/pre-lecture-quiz.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2-js-basics/1-data-types/.github/pre-lecture-quiz.md b/2-js-basics/1-data-types/.github/pre-lecture-quiz.md index 83746f63..4c6987c7 100644 --- a/2-js-basics/1-data-types/.github/pre-lecture-quiz.md +++ b/2-js-basics/1-data-types/.github/pre-lecture-quiz.md @@ -3,15 +3,15 @@ 1. Booleans are a data type you can use to test the length of a string - [ ] true -- [ ] false +- [x ] false 1. The following is an operation you can perform on a string -- [ ] concatenation +- [x ] concatenation - [ ] appending - [ ] splicing 3. `==` and `===` are interchangeable -- [ ] true -- [ ] false \ No newline at end of file +- [ x] true +- [ ] false