From e61a40dc174414e2f54fafe08010c5ef4f9566c4 Mon Sep 17 00:00:00 2001 From: Fabio Tavarez Date: Fri, 13 Jan 2023 01:13:37 -0500 Subject: [PATCH 1/5] Answered question 1 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..156a401 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +It was created in 1995. ``` What does "ES6" stand for? From f4c885be16026c2516ded59a466226fdff255eab Mon Sep 17 00:00:00 2001 From: Fabio Tavarez Date: Fri, 13 Jan 2023 01:29:47 -0500 Subject: [PATCH 2/5] Answered question 2 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 156a401..92c8dc3 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ It was created in 1995. What does "ES6" stand for? ``` - +ES6 stands for ECMAScript. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 159680d5177081bdfcc7c9562a0501ddf2bed7a4 Mon Sep 17 00:00:00 2001 From: Fabio Tavarez Date: Fri, 13 Jan 2023 01:32:48 -0500 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 92c8dc3..5fcd6a7 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript. What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +It's Google. ``` What English mathematician and writer is often regarded as the first computer programmer? From 064cca1fe3baddb900b2493b971c5389f26c711f Mon Sep 17 00:00:00 2001 From: Fabio Tavarez Date: Fri, 13 Jan 2023 01:34:43 -0500 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 5fcd6a7..6177dfc 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ It's Google. What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace. ``` Who is the "Turing machine" named after? From 9171ecc3b679a945c7a5e9f66979ffb7847beaf8 Mon Sep 17 00:00:00 2001 From: Fabio Tavarez Date: Fri, 13 Jan 2023 01:37:51 -0500 Subject: [PATCH 5/5] Answered all questions --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 6177dfc..cd54da7 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace. Who is the "Turing machine" named after? ``` - +It is named after Alan Turing. ```