From a91078673d8074743835906b8bba5cf928363633 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 09:27:17 -0500 Subject: [PATCH 1/6] added 1995 to line 6 --- 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 1b18292631c66b322611b52a172e548f09e58c39 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 09:47:26 -0500 Subject: [PATCH 2/6] added Brendan Eich created JavaScript in 1995. in line 6 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..c2029f0 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` -1995 +Brendan Eich created JavaScript in 1995. ``` What does "ES6" stand for? From e84d57f9c3d99a2412890041749cb7a9471be07e Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 09:49:24 -0500 Subject: [PATCH 3/6] added The ES6 stands forECMAScript 6. in line 12 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c2029f0..98a9882 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ Brendan Eich created JavaScript in 1995. What does "ES6" stand for? ``` - +The "ES6" stands forECMAScript 6. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 73c06ff33380f7ef23b660a93c550f10a348c699 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 10:08:33 -0500 Subject: [PATCH 4/6] answered question 15 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 98a9882..c217bc5 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ The "ES6" stands forECMAScript 6. What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +The phrase "Don't be evil" that is used in their code of conduct is Google's company. ``` What English mathematician and writer is often regarded as the first computer programmer? From d662992e2d6b70db41a3a75fb23cab01f778c2e5 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 10:10:47 -0500 Subject: [PATCH 5/6] answered question 24 --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index c217bc5..c10a029 100644 --- a/questions.md +++ b/questions.md @@ -15,13 +15,13 @@ The "ES6" stands forECMAScript 6. What company famously used the phrase "Don't be evil" in their code of conduct? ``` -The phrase "Don't be evil" that is used in their code of conduct is Google's company. + "Don't be evil" is from Google's company. ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace is the first computer programmer. ``` Who is the "Turing machine" named after? From ff845b96acc61c7b4a3241ad3ed54bda50762b97 Mon Sep 17 00:00:00 2001 From: Angel Date: Fri, 13 Jan 2023 10:14:49 -0500 Subject: [PATCH 6/6] answered question 27 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c10a029..15671d5 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace is the first computer programmer. Who is the "Turing machine" named after? ``` - +The "Turing machine" is named after Alan Turing. ```