From 48688528ecb6f8bf0eadf7e79ca948c2af18cb3c Mon Sep 17 00:00:00 2001 From: Sadie James <120068254+SadieJames3@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:42:43 -0400 Subject: [PATCH 1/5] answered question 1 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..1a9a9ff 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +JavaScript was invented by Brendan Eich in 1995. ``` What does "ES6" stand for? From d38791b5dbeda324bf1f3a357ff477fe1fa9ef53 Mon Sep 17 00:00:00 2001 From: Sadie James <120068254+SadieJames3@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:44:02 -0400 Subject: [PATCH 2/5] answered question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1a9a9ff..9ef3bdd 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ JavaScript was invented by Brendan Eich 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 5e3ef9844145c0bbd37faed05a7fca53ad2ca979 Mon Sep 17 00:00:00 2001 From: Sadie James <120068254+SadieJames3@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:45:30 -0400 Subject: [PATCH 3/5] answered question 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9ef3bdd..df31b0f 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? ``` - +"Don't be evil" is Google's former motto, and a phrase used in Google's corporate code of conduct. ``` What English mathematician and writer is often regarded as the first computer programmer? From b821099e45c401bbe65daffea19f37ffb701bbf0 Mon Sep 17 00:00:00 2001 From: Sadie James <120068254+SadieJames3@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:46:55 -0400 Subject: [PATCH 4/5] answered question 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index df31b0f..9b845cc 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ What company 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 is considered the first computer programmer. ``` Who is the "Turing machine" named after? From d2aa85319ab9091459911ab7ff5036cdc2b6c970 Mon Sep 17 00:00:00 2001 From: Sadie James <120068254+SadieJames3@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:47:58 -0400 Subject: [PATCH 5/5] answered final question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9b845cc..72c89cd 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace is considered the first computer programmer. Who is the "Turing machine" named after? ``` - +Mathematician Alan Turing ```