From 4a28ca489600fd2b8d18e6f8e562ad2f9e7e3f25 Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:08:19 -0400 Subject: [PATCH 1/6] Answered question 1 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..dea955a 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +Brendan Eich created JavaScript in 1995 ``` What does "ES6" stand for? From 35d9d5101e5544e603078d60e3176ce596370902 Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:12:42 -0400 Subject: [PATCH 2/6] Answered question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index dea955a..d325148 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ Brendan Eich created JavaScript in 1995 What does "ES6" stand for? ``` - +ES6 stands for ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 81db4845fb82529b64d5c7a9fe5e19333219fdc5 Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:27:45 -0400 Subject: [PATCH 3/6] question 2 answered --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index d325148..200a818 100644 --- a/questions.md +++ b/questions.md @@ -3,13 +3,13 @@ What year did Brendan Eich create JavaScript? ``` -Brendan Eich created JavaScript in 1995 +Brendan Eich created JavaScript in 1995. ``` What does "ES6" stand for? ``` -ES6 stands for ECMAScript 6 +ES6 stands for ECMAScript 6. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From db2258c3c973cf280b78e40ac7f41255ab03373b Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:31:55 -0400 Subject: [PATCH 4/6] question 3 answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 200a818..e4ef35e 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6. What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google used the phrase in the past but later changed it to the less interesting "Do the right thing." ``` What English mathematician and writer is often regarded as the first computer programmer? From db982ee96dbef090d3c2962560ed326566ccb2c1 Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:50:10 -0400 Subject: [PATCH 5/6] question 4 answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e4ef35e..d945b23 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google used the phrase in the past but later changed it to the less interesting What English mathematician and writer is often regarded as the first computer programmer? ``` - +This would be Ada Lovelace ``` Who is the "Turing machine" named after? From cc81cf8793813b377f4f8e4e62f1d25029949937 Mon Sep 17 00:00:00 2001 From: Jazon Younge Date: Fri, 8 Sep 2023 16:51:55 -0400 Subject: [PATCH 6/6] finished last question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index d945b23..dcc593d 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ This would be Ada Lovelace Who is the "Turing machine" named after? ``` - +The "Turing Machine" was named after Alan Turing ```