From 4ca77bef9ea7d439a88039edb7ee63da4d879dec Mon Sep 17 00:00:00 2001 From: Genesis Lara Date: Wed, 26 Apr 2023 16:52:31 -0400 Subject: [PATCH 1/5] added first answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..b0f7074 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 c01f5c1936f793461a08fa95d04002e841bd857e Mon Sep 17 00:00:00 2001 From: Genesis Lara Date: Wed, 26 Apr 2023 16:53:45 -0400 Subject: [PATCH 2/5] added second answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index b0f7074..9505653 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript is another official name for Javascript. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 16976fa71b5a2b8e89b79ee4dcc493ef17fcf4dc Mon Sep 17 00:00:00 2001 From: Genesis Lara Date: Wed, 26 Apr 2023 16:54:32 -0400 Subject: [PATCH 3/5] added third answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9505653..633c113 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ 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 f2433a82b1f5240dfaa728c2515fd99cb7b655bd Mon Sep 17 00:00:00 2001 From: Genesis Lara Date: Wed, 26 Apr 2023 16:55:35 -0400 Subject: [PATCH 4/5] added fourth answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 633c113..028e4da 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 c15fb9ec97f5a41937bffbd5b8a4b3ed52776d21 Mon Sep 17 00:00:00 2001 From: Genesis Lara Date: Wed, 26 Apr 2023 16:56:13 -0400 Subject: [PATCH 5/5] added fifth answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 028e4da..488d5bb 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace. Who is the "Turing machine" named after? ``` - +Alan Turing. ```