From 99acce1a428d9b7a23e6587d8b833019d6dc1051 Mon Sep 17 00:00:00 2001 From: salvagebar Date: Sun, 16 Oct 2022 14:16:45 -0400 Subject: [PATCH 1/5] Answered question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..108068a 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript version 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 760259f4bfb5eff3b0c438e12eaf21ff2f29d8ef Mon Sep 17 00:00:00 2001 From: salvagebar Date: Sun, 16 Oct 2022 14:27:11 -0400 Subject: [PATCH 2/5] Answered question 1 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 108068a..f662336 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 4828721549ed53bb886753c541c24d47a31a7f3a Mon Sep 17 00:00:00 2001 From: salvagebar Date: Sun, 16 Oct 2022 14:30:15 -0400 Subject: [PATCH 3/5] Answered question 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f662336..e4a8a8b 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript version 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 3ced211f0337bc8b268426e7a5d5e5f5cc96cbe7 Mon Sep 17 00:00:00 2001 From: salvagebar Date: Sun, 16 Oct 2022 14:30:43 -0400 Subject: [PATCH 4/5] Answered question 4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e4a8a8b..e96a83f 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 27ac26f7f8545a854c1f50c45669d954f3513fa1 Mon Sep 17 00:00:00 2001 From: salvagebar Date: Sun, 16 Oct 2022 14:31:15 -0400 Subject: [PATCH 5/5] Answered question 5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e96a83f..71bdffb 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```