From 7d4c27296d92cb23246074fcbfd32ed5cc5d44dd Mon Sep 17 00:00:00 2001 From: MaxWattan Date: Sun, 16 Oct 2022 14:16:16 -0400 Subject: [PATCH 1/5] answered 1st question --- 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 d4dd156ecfba4b41175f9b7bece63eaf5757705d Mon Sep 17 00:00:00 2001 From: MaxWattan Date: Sun, 16 Oct 2022 14:18:17 -0400 Subject: [PATCH 2/5] answered 2nd question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..5168501 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; ECMAScript is another official name for Javascript, since the organization ECMA International creates the standard. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 78d4218626b09aef4bdca17f7a037ef23d47ce71 Mon Sep 17 00:00:00 2001 From: MaxWattan Date: Sun, 16 Oct 2022 14:19:13 -0400 Subject: [PATCH 3/5] answered 3rd question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5168501..4e8bb78 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6; ECMAScript is another official name for Javascript, 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 6a7467c2a798cb497742c90078ef136f2170887f Mon Sep 17 00:00:00 2001 From: MaxWattan Date: Sun, 16 Oct 2022 14:21:05 -0400 Subject: [PATCH 4/5] Ada Lovelace --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4e8bb78..18477a6 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 29287fb3b5f9dc4bab22002054f1d51c1c773811 Mon Sep 17 00:00:00 2001 From: MaxWattan Date: Sun, 16 Oct 2022 14:23:14 -0400 Subject: [PATCH 5/5] answered 5th question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 18477a6..b335ab8 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turning ```