From f783c66b439af2978ea3edb89787f3bc3c86f726 Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 28 Apr 2023 18:11:19 -0400 Subject: [PATCH 1/5] The year Js was made answer --- questions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..2d967af 100644 --- a/questions.md +++ b/questions.md @@ -3,13 +3,12 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - ``` What company famously used the phrase "Don't be evil" in their code of conduct? From f00734368b19c82f490b52544e7d2b5d62d9f396 Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 28 Apr 2023 18:15:19 -0400 Subject: [PATCH 2/5] ECMA 6 --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 2d967af..28f0c2c 100644 --- a/questions.md +++ b/questions.md @@ -9,6 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` +ECMA Script 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 5758b4474de0ebe66c8aa16a28ce0ba0aef0c0f7 Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 28 Apr 2023 18:16:26 -0400 Subject: [PATCH 3/5] Google phrase --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 28f0c2c..8b44d50 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMA Script 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 412de4f54c5da89c7415bd6271547b978cd0b39e Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 28 Apr 2023 18:18:39 -0400 Subject: [PATCH 4/5] Ada Lovelace --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 8b44d50..1ffb6e7 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 fb1a93a1b8ae11ef7ea5b5c6dc9ea61ec7df5744 Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 28 Apr 2023 18:21:41 -0400 Subject: [PATCH 5/5] Alan --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1ffb6e7..14e99ea 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```