From 9491a45ed87f353caf0481418d4d6ac79063370d Mon Sep 17 00:00:00 2001 From: USERNAME Date: Sun, 16 Oct 2022 14:24:45 -0400 Subject: [PATCH 1/3] Answer-to-question-one --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..cbdb074 100644 --- a/questions.md +++ b/questions.md @@ -2,7 +2,7 @@ What year did Brendan Eich create JavaScript? -``` +`JavaScript was invented by Brendan Eich in 1995.`` ``` From d28b907e8bd54ccd2e06333287061b8cdda918ba Mon Sep 17 00:00:00 2001 From: USERNAME Date: Sun, 16 Oct 2022 14:32:56 -0400 Subject: [PATCH 2/3] answer-to-question-four --- questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/questions.md b/questions.md index cbdb074..8be12c8 100644 --- a/questions.md +++ b/questions.md @@ -9,19 +9,19 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ES6 stands for ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +But few are as lofty as Google's most famous motto ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From 6ec7471654e5c79c25c6420b2eefc12484e40f21 Mon Sep 17 00:00:00 2001 From: USERNAME Date: Sun, 16 Oct 2022 14:34:05 -0400 Subject: [PATCH 3/3] answer-to-question-five --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 8be12c8..a242fbb 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,6 @@ Ada Lovelace Who is the "Turing machine" named after? ``` +Alan Turing ```