From 14745afdaff85ab9da46ed658189b4a27f4b93c5 Mon Sep 17 00:00:00 2001 From: Hillary Brito Date: Thu, 12 Jan 2023 20:28:20 -0500 Subject: [PATCH 1/5] Answer number 1 --- 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 728cfccdfcb4ef8e24ff20fa59428e6922450587 Mon Sep 17 00:00:00 2001 From: Hillary Brito Date: Thu, 12 Jan 2023 20:33:29 -0500 Subject: [PATCH 2/5] Answer number 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..cbed35d 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; ECMAScript is another official name for Javascript ``` What company famously used the phrase "Don't be evil" in their code of conduct? From a893fbb0719c38447ac087f75e9341ccd2592ae7 Mon Sep 17 00:00:00 2001 From: Hillary Brito Date: Thu, 12 Jan 2023 20:37:17 -0500 Subject: [PATCH 3/5] Answer number 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index cbed35d..d37753a 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6; ECMAScript is another official name for Javascript 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 19a1da910c1f8dbc47db574fdff86efd9d5596e2 Mon Sep 17 00:00:00 2001 From: Hillary Brito Date: Thu, 12 Jan 2023 20:53:30 -0500 Subject: [PATCH 4/5] Answer number 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index d37753a..8a7ff98 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 37215e75591234329e26f7d9a7bc4932d572d6ac Mon Sep 17 00:00:00 2001 From: Hillary Brito Date: Thu, 12 Jan 2023 21:22:12 -0500 Subject: [PATCH 5/5] Answer number 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 8a7ff98..3db82b7 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing, a queer English Mathematician. Helped shorten World War 2 by 2 years by cracking the German Enigma Cipher (and suffered persecution from the British Government due to his orientation, historical badass) ```