From 7e4502cbced94d19a1da0eb466d7d40ef5d1e0da Mon Sep 17 00:00:00 2001 From: Christine Marchese Date: Thu, 27 Apr 2023 11:54:05 -0400 Subject: [PATCH 1/5] question1 --- 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 66255e6bfc887a33cda20e16f172feaf502b346c Mon Sep 17 00:00:00 2001 From: Christine Marchese Date: Thu, 27 Apr 2023 11:56:37 -0400 Subject: [PATCH 2/5] question2 --- 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 7ee0e43e47d2b3f828eda6afa9cf0395f282864b Mon Sep 17 00:00:00 2001 From: Christine Marchese Date: Thu, 27 Apr 2023 11:58:05 -0400 Subject: [PATCH 3/5] question3 --- 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 d72dc1181fb0bc652767b8739ba51207c7609f32 Mon Sep 17 00:00:00 2001 From: Christine Marchese Date: Thu, 27 Apr 2023 11:59:32 -0400 Subject: [PATCH 4/5] question4 --- 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 a8218e2ef3ec0e34e8a70fd7b181ae0f66a2d871 Mon Sep 17 00:00:00 2001 From: Christine Marchese Date: Thu, 27 Apr 2023 12:04:36 -0400 Subject: [PATCH 5/5] question5 --- 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 ```