From 31808f635bf8a6be128b73b6517656d0c4cbeced Mon Sep 17 00:00:00 2001 From: Jihan Lewis Date: Mon, 17 Oct 2022 10:19:59 -0400 Subject: [PATCH 1/3] 3rd question answered --- questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..1346565 100644 --- a/questions.md +++ b/questions.md @@ -3,19 +3,19 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - +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? From 343efe34b627d2e170c6a65e94d5214d2912ab1c Mon Sep 17 00:00:00 2001 From: Jihan Lewis Date: Mon, 17 Oct 2022 10:21:42 -0400 Subject: [PATCH 2/3] 4th question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..e5cf23d 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 ``` Who is the "Turing machine" named after? From b4e4bbab28a5ed44e48efeb76b3ecc6bfca6a383 Mon Sep 17 00:00:00 2001 From: Jihan Lewis Date: Mon, 17 Oct 2022 10:22:20 -0400 Subject: [PATCH 3/3] last question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e5cf23d..a567076 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```