From 2b7e895e87717b28b33056e060cbf0d4a5199f1d Mon Sep 17 00:00:00 2001 From: runquan-ray-zhou Date: Sat, 6 Jan 2024 17:59:25 -0500 Subject: [PATCH 1/5] first answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..dea955a 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +Brendan Eich created JavaScript in 1995 ``` What does "ES6" stand for? From 1930cf6785216e21983f041b068a8efdfed17e9d Mon Sep 17 00:00:00 2001 From: runquan-ray-zhou Date: Sat, 6 Jan 2024 18:02:46 -0500 Subject: [PATCH 2/5] second answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index dea955a..f6a4dc5 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ Brendan Eich created JavaScript in 1995 What does "ES6" stand for? ``` - +"ES6" stands for "ECMAScript 2015." ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 2dd9c31aad5cba13d5e8a753d08efa9ea4ba4fe8 Mon Sep 17 00:00:00 2001 From: runquan-ray-zhou Date: Sat, 6 Jan 2024 18:04:38 -0500 Subject: [PATCH 3/5] third answer --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index f6a4dc5..a89c110 100644 --- a/questions.md +++ b/questions.md @@ -16,6 +16,7 @@ What company famously used the phrase "Don't be evil" in their code of conduct? ``` +The company famously associated with the phrase "Don't be evil" in its code of conduct is Google. ``` What English mathematician and writer is often regarded as the first computer programmer? From 657e0240bdf36ee51213b4b3d494529932a54f24 Mon Sep 17 00:00:00 2001 From: runquan-ray-zhou Date: Sat, 6 Jan 2024 18:06:12 -0500 Subject: [PATCH 4/5] fourth answer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index a89c110..9e553ce 100644 --- a/questions.md +++ b/questions.md @@ -22,7 +22,7 @@ The company famously associated with the phrase "Don't be evil" in its code of c What English mathematician and writer is often regarded as the first computer programmer? ``` - +The English mathematician and writer often regarded as the first computer programmer is Ada Lovelace. ``` Who is the "Turing machine" named after? From db5a1b6f5f414b8e6015e57e161c2d2092d529f2 Mon Sep 17 00:00:00 2001 From: runquan-ray-zhou Date: Sat, 6 Jan 2024 18:07:30 -0500 Subject: [PATCH 5/5] fifth answer --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 9e553ce..7a51cc2 100644 --- a/questions.md +++ b/questions.md @@ -29,4 +29,5 @@ Who is the "Turing machine" named after? ``` +The "Turing machine" is named after the British mathematician and logician Alan Turing. ```