From 92c438e5cbd709bf94d8a7202cbd65459ef879b7 Mon Sep 17 00:00:00 2001 From: Alex_de_code Date: Fri, 8 Sep 2023 17:28:09 -0400 Subject: [PATCH 1/5] Answered first question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..f2d3ac2 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +JavaScript was invented by Brendan Eich in 1995. ``` What does "ES6" stand for? From 4f8ca012774f2bb1f2a6ab4b195f67020ce77402 Mon Sep 17 00:00:00 2001 From: Alex_de_code Date: Fri, 8 Sep 2023 17:40:14 -0400 Subject: [PATCH 2/5] Answered the third question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f2d3ac2..9849d8e 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ JavaScript was invented by Brendan Eich in 1995. What does "ES6" stand for? ``` - +ES6 or ECMAScript 2015 is the 6th version of the ECMAScript programming language. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From ebda534cf444fa1a4f54fc9f5f2004e1a62d9c1a Mon Sep 17 00:00:00 2001 From: Alex_de_code Date: Fri, 8 Sep 2023 17:53:05 -0400 Subject: [PATCH 3/5] Answered fourth question --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 9849d8e..4f19f5c 100644 --- a/questions.md +++ b/questions.md @@ -15,13 +15,13 @@ ES6 or ECMAScript 2015 is the 6th version of the ECMAScript programming language What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google’s unofficial motto has long been the simple phrase “don’t be evil.” ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace, an English mathematician and daughter of the poet Lord Byron, wrote the first algorithm for a machine in the 1800s and is considered the first computer programmer. ``` Who is the "Turing machine" named after? From cdbf02671f0f2a35896ea3edaeec0ca7e2787f76 Mon Sep 17 00:00:00 2001 From: Alex_de_code Date: Fri, 8 Sep 2023 17:55:05 -0400 Subject: [PATCH 4/5] Answered fourth question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4f19f5c..b81deb6 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace, an English mathematician and daughter of the poet Lord Byron, wrot Who is the "Turing machine" named after? ``` - +Turing machine, hypothetical computing device introduced in 1936 by the English mathematician and logician Alan M. Turing. ``` From 06513044afb7006089850a995778a28331d5fcc4 Mon Sep 17 00:00:00 2001 From: Alex_de_code Date: Fri, 8 Sep 2023 17:59:17 -0400 Subject: [PATCH 5/5] Last commit, made an error earlier ignore the double fourth commit --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index b81deb6..e1d5ade 100644 --- a/questions.md +++ b/questions.md @@ -29,3 +29,5 @@ Who is the "Turing machine" named after? ``` Turing machine, hypothetical computing device introduced in 1936 by the English mathematician and logician Alan M. Turing. ``` + +