From 8b1c0ca2e2b39f327072222a368e91744a47f2be Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Fri, 8 Sep 2023 15:40:46 -0400 Subject: [PATCH 1/6] answered first question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0103e68 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +December 4, 1955 ``` What does "ES6" stand for? From 606c2ec3c47ea964a90fe6902ee25cb88d5c5f6a Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Fri, 8 Sep 2023 15:41:42 -0400 Subject: [PATCH 2/6] answered second question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0103e68..ad092bd 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ December 4, 1955 What does "ES6" stand for? ``` - +EcmaScript ``` What company famously used the phrase "Don't be evil" in their code of conduct? From c67e7b4a53ee11377bb24819b94df443a348d095 Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Fri, 8 Sep 2023 15:56:34 -0400 Subject: [PATCH 3/6] answered third question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ad092bd..6c37d32 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ EcmaScript 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 d8356e8abfd91909bb75f2804c421b33af33e0cb Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Fri, 8 Sep 2023 15:59:06 -0400 Subject: [PATCH 4/6] answered fourth question --- questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 6c37d32..9e742a1 100644 --- a/questions.md +++ b/questions.md @@ -22,10 +22,11 @@ What English mathematician and writer is often regarded as the first computer pr ``` +Ada Lovelace ``` Who is the "Turing machine" named after? ``` - +Alan Turning ``` From 2f78228ee0c8b02dfb9cf2044ed26a9659f7fe01 Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Sat, 9 Sep 2023 04:32:26 -0400 Subject: [PATCH 5/6] answered fifth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9e742a1..14790ef 100644 --- a/questions.md +++ b/questions.md @@ -28,5 +28,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` -Alan Turning +alan turning ``` From a3321ceccaa410a68c37d2c640779d07bea14753 Mon Sep 17 00:00:00 2001 From: jenniferEdward Date: Sat, 9 Sep 2023 04:38:28 -0400 Subject: [PATCH 6/6] completed assignment --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 14790ef..b103cbc 100644 --- a/questions.md +++ b/questions.md @@ -29,4 +29,5 @@ Who is the "Turing machine" named after? ``` alan turning +complete ```