From b040762ad8e58a098db7b1603b75667f04afcdbd Mon Sep 17 00:00:00 2001 From: lulu-o <71145278+lulu-o@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:33:37 +0100 Subject: [PATCH] Update_lulu Quizz answer of lulu --- .../.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..22223e3d 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