From f12de7bcea8fdeb66543cca3574c1adb48a996f6 Mon Sep 17 00:00:00 2001 From: lulu-o <71145278+lulu-o@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:56:39 +0100 Subject: [PATCH] answer-lulu for rewiew --- .../.github/post-lecture-quiz.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md index 54b7b50f..758058e7 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md @@ -3,16 +3,16 @@ 1. What language would you most likely use to create a website? - [ ] Machine Code -- [ ] JavaScript +- [x ] JavaScript - [ ] Bash 1. Development environments are unique to each developer -- [ ] True +- [x ] True - [ ] False 1. What will a developer do to fix buggy code? - [ ] Syntax highlighting -- [ ] Debugging +- [x ] Debugging - [ ] Code formatting