From 57695d469c04a71c89e3127929150d00b55b9c4f Mon Sep 17 00:00:00 2001 From: hjmclellan Date: Fri, 8 Sep 2023 15:05:34 -0400 Subject: [PATCH 1/5] answered question 1 --- 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 286dce3b982da7448df2f18e33e5c3e32c4e20a8 Mon Sep 17 00:00:00 2001 From: hjmclellan Date: Fri, 8 Sep 2023 15:05:54 -0400 Subject: [PATCH 2/5] answered question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..8205ac5 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 e49856e940b55a739074498e8b930cb5077096d7 Mon Sep 17 00:00:00 2001 From: hjmclellan Date: Fri, 8 Sep 2023 15:06:18 -0400 Subject: [PATCH 3/5] answered question 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 8205ac5..f5f574a 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 f2898f32ae7daba3fb0e61ac2fe16a1bcb37c534 Mon Sep 17 00:00:00 2001 From: hjmclellan Date: Fri, 8 Sep 2023 15:06:55 -0400 Subject: [PATCH 4/5] answered question 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f5f574a..357d9f7 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 06cc3f27926480f206599a5012ebb09dc41c3db7 Mon Sep 17 00:00:00 2001 From: hjmclellan Date: Fri, 8 Sep 2023 15:07:19 -0400 Subject: [PATCH 5/5] answered question 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 357d9f7..2ab37c8 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```