From 2e11c31ec33c4d17c946cdebb4d9466f8fedbdae Mon Sep 17 00:00:00 2001 From: Keith Camacho Date: Tue, 25 Apr 2023 21:33:41 -0400 Subject: [PATCH 1/5] question 1 answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..b9528a1 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +December 4, 1995 ``` What does "ES6" stand for? From a6da308851f183797328a82253e2e57aba9c8bc5 Mon Sep 17 00:00:00 2001 From: Keith Camacho Date: Tue, 25 Apr 2023 21:35:19 -0400 Subject: [PATCH 2/5] question 2 answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index b9528a1..53f0ea8 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ December 4, 1995 What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From c3cb5ab5cfc26d3fcf7c40eaa1d2d4cd0853fafb Mon Sep 17 00:00:00 2001 From: Keith Camacho Date: Tue, 25 Apr 2023 21:35:43 -0400 Subject: [PATCH 3/5] question 3 answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 53f0ea8..4c8bbac 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 a1f3f77f1f1dd10a19aea3d00dd625519504d7eb Mon Sep 17 00:00:00 2001 From: Keith Camacho Date: Tue, 25 Apr 2023 21:36:19 -0400 Subject: [PATCH 4/5] question 4 answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4c8bbac..fc3bb17 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 96bfb00c1547eabbcb7f7c90bdee6d8c0f751d76 Mon Sep 17 00:00:00 2001 From: Keith Camacho Date: Tue, 25 Apr 2023 21:36:41 -0400 Subject: [PATCH 5/5] question 5 answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index fc3bb17..31d409e 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```