From 08a8a656480dfef79cab3cb40f3183e4ddd70510 Mon Sep 17 00:00:00 2001 From: aardvarkpepper Date: Sun, 16 Oct 2022 14:13:46 -0400 Subject: [PATCH 1/5] Add answer to question 'What year did Brendan Eich create JavaScript?' --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..c2029f0 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 58a26749a6a3784bc35d983389175578062a3e47 Mon Sep 17 00:00:00 2001 From: aardvarkpepper Date: Sun, 16 Oct 2022 14:16:07 -0400 Subject: [PATCH 2/5] Add answer to question 'What does ES6 stand for?' --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c2029f0..8c900aa 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 2e5befaa618abddb95f6d3ba574d6c59e0a75bd3 Mon Sep 17 00:00:00 2001 From: aardvarkpepper Date: Sun, 16 Oct 2022 14:17:25 -0400 Subject: [PATCH 3/5] Add answer to question 'What company famously used the phrase 'Don't be evil' in their code of conduct?' --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 8c900aa..2243a4d 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ What does "ES6" stand for? What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google famously used the phrase "Don't be evil" in their code of conduct. ``` What English mathematician and writer is often regarded as the first computer programmer? From 2799c04f4505aaea3cd86a6a51af1824b193709a Mon Sep 17 00:00:00 2001 From: aardvarkpepper Date: Sun, 16 Oct 2022 14:18:50 -0400 Subject: [PATCH 4/5] Add answer to question 'What English mathematician and writer is often regarded as the first computer programmer?' --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 2243a4d..4ddd6fe 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google famously used the phrase "Don't be evil" in their code of conduct. What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace, also Augusta Ada King, Countess of Lovelace, is the English mathematician and writer often regarded as the first computer programmer. ``` Who is the "Turing machine" named after? From 4f4858484a9c8a52da571a95a639386f90a0a7ce Mon Sep 17 00:00:00 2001 From: aardvarkpepper Date: Sun, 16 Oct 2022 14:19:50 -0400 Subject: [PATCH 5/5] Add answer to question 'Who is the 'Turing machine' named after?' --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4ddd6fe..c677aca 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace, also Augusta Ada King, Countess of Lovelace, is the English mathem Who is the "Turing machine" named after? ``` - +The 'Turing machine' is named after Alan Turing. ```