From 686f188e9558708473eb80900bb3cb26a08f83f2 Mon Sep 17 00:00:00 2001 From: Felizj17 Date: Sun, 16 Oct 2022 14:16:13 -0400 Subject: [PATCH 1/5] answer first 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 f98d34fef406539c5cc121ad9586fa4cbc0ef48b Mon Sep 17 00:00:00 2001 From: Felizj17 Date: Sun, 16 Oct 2022 14:18:44 -0400 Subject: [PATCH 2/5] answer second 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 c400525709bf1e940d847cac855a13e0e9ebea1c Mon Sep 17 00:00:00 2001 From: Felizj17 Date: Sun, 16 Oct 2022 14:20:56 -0400 Subject: [PATCH 3/5] answer third 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 cd92ee219db3fa1fa58fb50c5e6c10241efbcf20 Mon Sep 17 00:00:00 2001 From: Felizj17 Date: Sun, 16 Oct 2022 14:22:18 -0400 Subject: [PATCH 4/5] answer fourth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4e8bb78..e61122a 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 f472c3da3f9ec5f72010244b5d6c6f9315e49ad3 Mon Sep 17 00:00:00 2001 From: Felizj17 Date: Sun, 16 Oct 2022 14:23:55 -0400 Subject: [PATCH 5/5] answer fifth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e61122a..c1a649f 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```