From 29ca9b008904cdb7e1ca6a10ed071756af38bd88 Mon Sep 17 00:00:00 2001 From: Omar Cortes <56364490+Omar-Devjr@users.noreply.github.com> Date: Wed, 3 Aug 2022 18:07:47 -0500 Subject: [PATCH] Update pre-lecture-quiz.md cuestionario resuelto --- 2-js-basics/1-data-types/.github/pre-lecture-quiz.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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..ae385a38 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 @@ -2,16 +2,16 @@ 1. Booleans are a data type you can use to test the length of a string -- [ ] true +- [x] true - [ ] 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] false