From f1f5a9ec9803961a425b5310be8731c764b2592b Mon Sep 17 00:00:00 2001 From: SuperNinjaEv Date: Sun, 16 Oct 2022 14:23:35 -0400 Subject: [PATCH 1/5] Answer question one --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0ea1c9c 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? From 788c651eda1f9be62b2f8c982e67aa0f22c534b6 Mon Sep 17 00:00:00 2001 From: SuperNinjaEv Date: Sun, 16 Oct 2022 14:26:32 -0400 Subject: [PATCH 2/5] Answer question two --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..ce5af13 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 3170e961cb1f575c68dce7040465fadff59345f4 Mon Sep 17 00:00:00 2001 From: SuperNinjaEv Date: Sun, 16 Oct 2022 14:28:30 -0400 Subject: [PATCH 3/5] Answer question three --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ce5af13..1346565 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript 6 What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google ``` What English mathematician and writer is often regarded as the first computer programmer? From 5f03cd45616901d5be483dbf1fcd99c810e461c7 Mon Sep 17 00:00:00 2001 From: SuperNinjaEv Date: Sun, 16 Oct 2022 14:33:12 -0400 Subject: [PATCH 4/5] Answer question four --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..e5cf23d 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From aca2deb77b3317c439b45b7baa3b3eed46d20f57 Mon Sep 17 00:00:00 2001 From: SuperNinjaEv Date: Sun, 16 Oct 2022 14:34:29 -0400 Subject: [PATCH 5/5] Answer question five --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e5cf23d..fa5ab48 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Mathison Turing ```