From 4bc15941978540695784e97540e392eb814228e7 Mon Sep 17 00:00:00 2001 From: juligarc91 Date: Fri, 8 Sep 2023 17:34:16 -0400 Subject: [PATCH 1/5] Winning at first question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..81fbc62 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +According to w3schools.com, JavaScript was invented by Brendan Eich in 1995. ``` What does "ES6" stand for? From 245b4d70bc9a2ddf304f8c6bc29624334d5adf7d Mon Sep 17 00:00:00 2001 From: juligarc91 Date: Fri, 8 Sep 2023 17:51:56 -0400 Subject: [PATCH 2/5] Winning at 2nd question woot --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 81fbc62..ddd4ff6 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ According to w3schools.com, JavaScript was invented by Brendan Eich in 1995. 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 3a12e1f705a8e9da7d927cf3f29502a44c45ea59 Mon Sep 17 00:00:00 2001 From: juligarc91 Date: Fri, 8 Sep 2023 17:58:48 -0400 Subject: [PATCH 3/5] Added cool answer to third inquiry --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ddd4ff6..fa85373 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 Wikipedia; "Don't be evil" is Google's former motto, and a phrase used in Google's corporate code of conduct. Following Google's corporate restructuring under the conglomerate Alphabet Inc. ``` What English mathematician and writer is often regarded as the first computer programmer? From 33b11d31b463f0c6ae7b6df17eae2c989c73c076 Mon Sep 17 00:00:00 2001 From: juligarc91 Date: Fri, 8 Sep 2023 18:06:11 -0400 Subject: [PATCH 4/5] did 4th ques yo --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index fa85373..88cf3f3 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ According to Wikipedia; "Don't be evil" is Google's former motto, and a phrase u What English mathematician and writer is often regarded as the first computer programmer? ``` - +According to Britannica.com, Ada Lovelace is considered the first computer programmer. ``` Who is the "Turing machine" named after? From 88d81642bafe339a447b288a78a71d783336b76b Mon Sep 17 00:00:00 2001 From: juligarc91 Date: Fri, 8 Sep 2023 18:14:04 -0400 Subject: [PATCH 5/5] did 4th one --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 88cf3f3..abe9645 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ According to Britannica.com, Ada Lovelace is considered the first computer progr Who is the "Turing machine" named after? ``` - +Alan Turing ```