From fa33a50a4f938a55b09d4e948aa214076776b72f Mon Sep 17 00:00:00 2001 From: RicDW Date: Fri, 13 Jan 2023 09:37:38 -0500 Subject: [PATCH 1/4] completed question #2 --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..ce5af13 100644 --- a/questions.md +++ b/questions.md @@ -3,13 +3,13 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 34e1baadde6fb8333041adfd8908716cd5a2d43a Mon Sep 17 00:00:00 2001 From: RicDW Date: Fri, 13 Jan 2023 09:38:39 -0500 Subject: [PATCH 2/4] completed question # 3 --- 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 7124381b2c3f8a59f362834c13742c3f6770de7c Mon Sep 17 00:00:00 2001 From: RicDW Date: Fri, 13 Jan 2023 09:40:02 -0500 Subject: [PATCH 3/4] completed question #4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..2fa1a53 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? ``` - +Åda Lovelace ``` Who is the "Turing machine" named after? From 69300efec7b2e061835846decade39b6a133cd13 Mon Sep 17 00:00:00 2001 From: RicDW Date: Fri, 13 Jan 2023 09:41:18 -0500 Subject: [PATCH 4/4] completed question #5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 2fa1a53..f6ef475 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ What English mathematician and writer is often regarded as the first computer pr Who is the "Turing machine" named after? ``` - +Alan Turing ```