From 887c556f773d0b9db3d2ef85db9270d83301e4fb Mon Sep 17 00:00:00 2001 From: SamuelBAlba Date: Sun, 16 Oct 2022 14:18:04 -0400 Subject: [PATCH 1/5] answer to 1st question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..6e33d1c 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +// JavaScript was invented by Brendan Eich in 1995 ``` What does "ES6" stand for? From 40b689e2af406a3da0d70bb9c90bf00721449b10 Mon Sep 17 00:00:00 2001 From: SamuelBAlba Date: Sun, 16 Oct 2022 14:19:12 -0400 Subject: [PATCH 2/5] answer to 2nd question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 6e33d1c..3d4d605 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ES6 stands for ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 2d962bd3f5e3f54c2d94903bee5fa798a98391d8 Mon Sep 17 00:00:00 2001 From: SamuelBAlba Date: Sun, 16 Oct 2022 14:20:28 -0400 Subject: [PATCH 3/5] answer to 3rd question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 3d4d605..bd5ab83 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for 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 112070f2bcb5e6cfd2878437209a128d11dadb92 Mon Sep 17 00:00:00 2001 From: SamuelBAlba Date: Sun, 16 Oct 2022 14:22:41 -0400 Subject: [PATCH 4/5] answer to 4th question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index bd5ab83..b7256eb 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 e1353486cb9f247b0bc4365ebec631ad8b30dd9e Mon Sep 17 00:00:00 2001 From: SamuelBAlba Date: Sun, 16 Oct 2022 14:24:25 -0400 Subject: [PATCH 5/5] answer to 5th question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index b7256eb..0154eb8 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```