From 7ed2b28f58f89ec0c82d915b0c51705b4513ba59 Mon Sep 17 00:00:00 2001 From: armandopires Date: Fri, 8 Sep 2023 17:23:34 -0400 Subject: [PATCH 1/5] Finished First question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0ea1c9c 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? From 30fcb1183d6dc5a122220303cb5a129669b61c3f Mon Sep 17 00:00:00 2001 From: armandopires Date: Fri, 8 Sep 2023 17:26:33 -0400 Subject: [PATCH 2/5] Finished Second question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..e647794 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ES6 stands for ECMAScript 6 (European Computer Manufacturer's Association) ``` What company famously used the phrase "Don't be evil" in their code of conduct? From e24348927f62eb205b199b1d13c47a6fb7848819 Mon Sep 17 00:00:00 2001 From: armandopires Date: Fri, 8 Sep 2023 17:31:35 -0400 Subject: [PATCH 3/5] Finsihed Third question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e647794..cecf8f1 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6 (European Computer Manufacturer's Association) What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +According to Wiki; "Don't be evil" is Google ``` What English mathematician and writer is often regarded as the first computer programmer? From b9fc8038f6eed484e6d55cb941b796cde85872fd Mon Sep 17 00:00:00 2001 From: armandopires Date: Fri, 8 Sep 2023 17:40:06 -0400 Subject: [PATCH 4/5] Finished Fourth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index cecf8f1..c39fc0e 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ According to Wiki; "Don't be evil" is Google What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From dca82db07ea81234782ec6afa6d71bcc5afe5c78 Mon Sep 17 00:00:00 2001 From: armandopires Date: Fri, 8 Sep 2023 17:41:13 -0400 Subject: [PATCH 5/5] Finished Fifth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c39fc0e..dfb6296 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```