From 29a6f06961a29d5f818094ee0cfdd4da61088daa Mon Sep 17 00:00:00 2001 From: Emily Mohr Date: Fri, 12 May 2023 05:16:55 -0400 Subject: [PATCH 1/5] Brendan Eich created JS in 1995 --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..57b67e7 100644 --- a/questions.md +++ b/questions.md @@ -3,13 +3,13 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - +ES6 stands for ECMAScript 6; which is another name for JS. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From c818050fafeb08d8beda3021b5b2fcfa811a56f6 Mon Sep 17 00:00:00 2001 From: Emily Mohr Date: Fri, 12 May 2023 05:17:45 -0400 Subject: [PATCH 2/5] ES6 = JS --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 57b67e7..5426137 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; which is another name for JS. +ES6 stands for ECMAScript 6; which is also known as Javascript. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From b1e2a6711408c4e745374a7205449853e62f562c Mon Sep 17 00:00:00 2001 From: Emily Mohr Date: Fri, 12 May 2023 05:19:49 -0400 Subject: [PATCH 3/5] Google's code of conduct rule --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5426137..fd36487 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6; which is also known as 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 7dd5790ccced98c5ac7b97f00b73b17ab824b37f Mon Sep 17 00:00:00 2001 From: Emily Mohr Date: Fri, 12 May 2023 05:21:19 -0400 Subject: [PATCH 4/5] My hero, Ada --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index fd36487..e9fe402 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 90b259a51762739c958ba727539f392a932e631a Mon Sep 17 00:00:00 2001 From: Emily Mohr Date: Fri, 12 May 2023 05:22:24 -0400 Subject: [PATCH 5/5] Alan Turing is a hero --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e9fe402..539c30e 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```