From f808ea531c4a0eeff2667fcab5e2c54519c2b32e Mon Sep 17 00:00:00 2001 From: arerimr Date: Sun, 16 Oct 2022 14:15:45 -0400 Subject: [PATCH 1/5] Answering 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 438f32bdae568b25ad9e6866729d94e5f5484c5e Mon Sep 17 00:00:00 2001 From: arerimr Date: Sun, 16 Oct 2022 14:18:34 -0400 Subject: [PATCH 2/5] Answering question 2 --- 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 a4613d999a0357e541d79d1da82a2a86bcacf028 Mon Sep 17 00:00:00 2001 From: arerimr Date: Sun, 16 Oct 2022 14:20:52 -0400 Subject: [PATCH 3/5] Answering question 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ce5af13..377c5cb 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 9adf1466d5a1aefcba2018dceb8239fc17b8e90d Mon Sep 17 00:00:00 2001 From: arerimr Date: Sun, 16 Oct 2022 14:23:21 -0400 Subject: [PATCH 4/5] Answering question 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 377c5cb..a0d5093 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 6d866743179fae627e82eb335b1cb8f1b4bb4f59 Mon Sep 17 00:00:00 2001 From: arerimr Date: Sun, 16 Oct 2022 14:24:45 -0400 Subject: [PATCH 5/5] Answering question 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index a0d5093..6738d0f 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```