From 2878e199f311628094f8ef159d345cf9350b8de8 Mon Sep 17 00:00:00 2001 From: Mussie Date: Thu, 12 Jan 2023 22:01:48 -0500 Subject: [PATCH 1/5] the year JavaScript is created --- 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 b46c684f2c58e48993b0cc90d56b0c96ab474cf6 Mon Sep 17 00:00:00 2001 From: Mussie Date: Thu, 12 Jan 2023 22:21:42 -0500 Subject: [PATCH 2/5] info about what ES6 stands for --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..ce5af13 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 03bef900a9e1e32c913a9b51570ce25912e9e26e Mon Sep 17 00:00:00 2001 From: Mussie Date: Thu, 12 Jan 2023 22:27:10 -0500 Subject: [PATCH 3/5] info who said Don't be evil --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ce5af13..1346565 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript 6 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 ee1856f7aaafeabb287e39561702e1b8bd382fc2 Mon Sep 17 00:00:00 2001 From: Mussie Date: Thu, 12 Jan 2023 22:32:25 -0500 Subject: [PATCH 4/5] the first computer programmer name --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..e5cf23d 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 895a7dd20c98bc5fb78ed699a62969b540c9657f Mon Sep 17 00:00:00 2001 From: Mussie Date: Thu, 12 Jan 2023 22:34:10 -0500 Subject: [PATCH 5/5] Name of Turing machine named after --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e5cf23d..a567076 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```