From 779bf779937f5b4d314d5811bc9e43e49d3b67dc Mon Sep 17 00:00:00 2001 From: Anthony Huarneck Date: Tue, 25 Apr 2023 21:52:36 -0400 Subject: [PATCH 1/5] Answers Question 1 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0ea1c9c7 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 c72e5c29bf2857021b2b2907f67b30802b398a59 Mon Sep 17 00:00:00 2001 From: Anthony Huarneck Date: Tue, 25 Apr 2023 21:53:36 -0400 Subject: [PATCH 2/5] Answers Question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c7..62563f7 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMA Script 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 30d6408726d8f63800c166bb39dc04c8155f969e Mon Sep 17 00:00:00 2001 From: Anthony Huarneck Date: Tue, 25 Apr 2023 21:54:31 -0400 Subject: [PATCH 3/5] Answers Question 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 62563f7..0fe5292 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMA Script 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 eaad106c66139d6937d4986cc18d8938658df821 Mon Sep 17 00:00:00 2001 From: Anthony Huarneck Date: Tue, 25 Apr 2023 21:55:00 -0400 Subject: [PATCH 4/5] Answers Question 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0fe5292..f20ee6e 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 96aea9b5e8a9896cefe54cac6e5ef9e08a17492c Mon Sep 17 00:00:00 2001 From: Anthony Huarneck Date: Tue, 25 Apr 2023 21:55:22 -0400 Subject: [PATCH 5/5] Answers Question 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f20ee6e..9dad4b5 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```