From 828d5170bfbc62e286963e1db944e69c9347d93b Mon Sep 17 00:00:00 2001 From: ecaballero24 Date: Tue, 12 Sep 2023 02:40:22 -0400 Subject: [PATCH 1/5] answer to first question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 5afcf60..8a20151 100644 --- a/questions.md +++ b/questions.md @@ -3,6 +3,7 @@ What year did Brendan Eich create JavaScript? ``` +Brendan Eich created JavaScript in 1995 while working at Netscape Communications Corporation. ``` From e3e17cb31fa4eb01c0428dc869d5e98ba857d84c Mon Sep 17 00:00:00 2001 From: ecaballero24 Date: Tue, 12 Sep 2023 02:42:26 -0400 Subject: [PATCH 2/5] answer to second question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 8a20151..f4ce884 100644 --- a/questions.md +++ b/questions.md @@ -10,6 +10,7 @@ Brendan Eich created JavaScript in 1995 while working at Netscape Communications What does "ES6" stand for? ``` +"ES6" stands for "ECMAScript 2015." It is the sixth edition of the ECMAScript standard, which is a specification for scripting languages, including JavaScript. ``` From e008b57f27a634ce34d1618ae163a98b48b23f00 Mon Sep 17 00:00:00 2001 From: ecaballero24 Date: Tue, 12 Sep 2023 02:43:43 -0400 Subject: [PATCH 3/5] answer to third question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index f4ce884..252f5f9 100644 --- a/questions.md +++ b/questions.md @@ -17,6 +17,7 @@ What does "ES6" stand for? What company famously used the phrase "Don't be evil" in their code of conduct? ``` +Google is the company that famously used the phrase "Don't be evil" in its corporate code of conduct. This motto was part of Google's early company culture and was prominently featured in its corporate philosophy. ``` From 984ee9d39dabe6b35a53f3f2c27deb0ed0fc95e1 Mon Sep 17 00:00:00 2001 From: ecaballero24 Date: Tue, 12 Sep 2023 02:45:05 -0400 Subject: [PATCH 4/5] answer to fourth question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 252f5f9..20aa982 100644 --- a/questions.md +++ b/questions.md @@ -24,6 +24,7 @@ Google is the company that famously used the phrase "Don't be evil" in its corpo What English mathematician and writer is often regarded as the first computer programmer? ``` +Ada Lovelace, an English mathematician and writer, is often regarded as the first computer programmer. ``` From f12c175190e7bb64440eb0a78b64e061364a39f0 Mon Sep 17 00:00:00 2001 From: ecaballero24 Date: Tue, 12 Sep 2023 02:46:00 -0400 Subject: [PATCH 5/5] answer to last question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 20aa982..34a80dc 100644 --- a/questions.md +++ b/questions.md @@ -31,5 +31,6 @@ Ada Lovelace, an English mathematician and writer, is often regarded as the firs Who is the "Turing machine" named after? ``` +The "Turing machine" is named after Alan Turing, a British mathematician, logician, and computer scientist. ```