From 5347b86794e76a41ea76f1adc91e8a3e90d907b6 Mon Sep 17 00:00:00 2001 From: Jennifer Date: Mon, 16 Jan 2023 13:27:02 -0500 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..373bd77 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +In 1995 ``` What does "ES6" stand for? From 96bc6808862f17bf0f49f584a3c8917919caa30a Mon Sep 17 00:00:00 2001 From: Jennifer Date: Mon, 16 Jan 2023 13:28:40 -0500 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 373bd77..a7dafe2 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ In 1995 What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 3dac5afbd45523f24fdc3cd8b90ea50fcc7c899e Mon Sep 17 00:00:00 2001 From: Jennifer Date: Mon, 16 Jan 2023 13:32:13 -0500 Subject: [PATCH 3/5] answered question 3 --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index a7dafe2..7c234c3 100644 --- a/questions.md +++ b/questions.md @@ -15,13 +15,13 @@ 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? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From 764f844e2288c4fcb520b37c87c3c281bb5fd2b9 Mon Sep 17 00:00:00 2001 From: Jennifer Date: Mon, 16 Jan 2023 13:36:43 -0500 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 7c234c3..f079a34 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 +Ada Lovelace is the english mathematician ``` Who is the "Turing machine" named after? From 5236ff91a19a8717e064c9ab4283c63206397bf6 Mon Sep 17 00:00:00 2001 From: Jennifer Date: Mon, 16 Jan 2023 13:38:27 -0500 Subject: [PATCH 5/5] answered question 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f079a34..2baefab 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace is the english mathematician Who is the "Turing machine" named after? ``` - +Alan Turing ```