From e07de93445c262fe1a09e9cd1c8ef46caf58162f Mon Sep 17 00:00:00 2001 From: ninajavier Date: Sun, 16 Oct 2022 14:29:23 -0400 Subject: [PATCH 1/5] Answer Q1 --- 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 d97b628db40d5fb7624ace6394591b31445064a8 Mon Sep 17 00:00:00 2001 From: ninajavier Date: Sun, 16 Oct 2022 14:30:14 -0400 Subject: [PATCH 2/5] Answer Q2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..ce5af13 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 2dee7a17d55e6392b73be525f4fdaeae44c07879 Mon Sep 17 00:00:00 2001 From: ninajavier Date: Sun, 16 Oct 2022 14:30:36 -0400 Subject: [PATCH 3/5] Answer Q3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ce5af13..1346565 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript 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 35a4f1db907dc685da1d4228d0edc64d085f7e11 Mon Sep 17 00:00:00 2001 From: ninajavier Date: Sun, 16 Oct 2022 14:31:01 -0400 Subject: [PATCH 4/5] Answer Q4 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..e5cf23d 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 ccf02862c2f6326d81a359c66ff07034c78db5e6 Mon Sep 17 00:00:00 2001 From: ninajavier Date: Sun, 16 Oct 2022 14:31:26 -0400 Subject: [PATCH 5/5] Answer Q5 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e5cf23d..a567076 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```