From 4a954a647fbdc282dc5a8b7ae21929c7920574a4 Mon Sep 17 00:00:00 2001 From: pjungjs Date: Sun, 16 Oct 2022 14:26:03 -0400 Subject: [PATCH 1/5] first question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..3356e2f 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +In 1995. ``` What does "ES6" stand for? From 3611e88660ac873ec2558f12dadf218560af54d5 Mon Sep 17 00:00:00 2001 From: pjungjs Date: Sun, 16 Oct 2022 14:26:33 -0400 Subject: [PATCH 2/5] second question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 3356e2f..dbd612d 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ In 1995. What does "ES6" stand for? ``` - +ES6 stands for ECMAScript (European Computer Manufacturers Association Script) 6. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 77d739f1877173e42d5864c0a4984dc42a3965d6 Mon Sep 17 00:00:00 2001 From: pjungjs Date: Sun, 16 Oct 2022 14:27:10 -0400 Subject: [PATCH 3/5] third question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index dbd612d..62f5ec1 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript (European Computer Manufacturers Association Script) 6 What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google. That's the most famous motto from Google. ``` What English mathematician and writer is often regarded as the first computer programmer? From 339a90e222810bfd9663b13a9d40b5915ca48413 Mon Sep 17 00:00:00 2001 From: pjungjs Date: Sun, 16 Oct 2022 14:27:37 -0400 Subject: [PATCH 4/5] fourth question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 62f5ec1..f2352f3 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google. That's the most famous motto from Google. What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace, in 1833. ``` Who is the "Turing machine" named after? From 91a849c9e8606a40674c12208926802847175407 Mon Sep 17 00:00:00 2001 From: pjungjs Date: Sun, 16 Oct 2022 14:28:10 -0400 Subject: [PATCH 5/5] fifth and last question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index f2352f3..a0d126f 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace, in 1833. Who is the "Turing machine" named after? ``` - +Alan Turing. ```