From 68e185564378e79db01cfe4221cde45737102149 Mon Sep 17 00:00:00 2001 From: Michael Kleemoff Date: Thu, 27 Apr 2023 11:56:36 -0400 Subject: [PATCH 1/5] Answer 1st question. --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index 5afcf60..fb79136 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,9 @@ What year did Brendan Eich create JavaScript? ``` +1995 +-- https://www.w3schools.com/js/js_history.asp#:~:text=JavaScript%20%2F%20ECMAScript,latest%20version%20was%201.8.5. ``` What does "ES6" stand for? From c6176f3a61f4b810043d98646ef6b48b5595eae2 Mon Sep 17 00:00:00 2001 From: Michael Kleemoff Date: Thu, 27 Apr 2023 12:11:14 -0400 Subject: [PATCH 2/5] Answer 2nd question. --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index fb79136..a2aa7a1 100644 --- a/questions.md +++ b/questions.md @@ -11,7 +11,9 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` +ES6 stands for ECMAScript 6 +-- https://www.w3schools.com/react/react_es6.asp#:~:text=What%20is%20ES6%3F,also%20known%20as%20ECMAScript%202015. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 58b3c7b8fee739eb546c34adf2811ddae3b06a36 Mon Sep 17 00:00:00 2001 From: Michael Kleemoff Date: Thu, 27 Apr 2023 12:12:20 -0400 Subject: [PATCH 3/5] Answer 3rd question --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index a2aa7a1..aa25a73 100644 --- a/questions.md +++ b/questions.md @@ -19,7 +19,9 @@ ES6 stands for ECMAScript 6 What company famously used the phrase "Don't be evil" in their code of conduct? ``` +Google +-- https://en.wikipedia.org/wiki/Don%27t_be_evil. ``` What English mathematician and writer is often regarded as the first computer programmer? From f251dbf13832b9b010e01b821d9fa77c001e8ae4 Mon Sep 17 00:00:00 2001 From: Michael Kleemoff Date: Thu, 27 Apr 2023 12:14:21 -0400 Subject: [PATCH 4/5] Answer 4th question. --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index aa25a73..13f509f 100644 --- a/questions.md +++ b/questions.md @@ -27,7 +27,9 @@ Google What English mathematician and writer is often regarded as the first computer programmer? ``` +Ada Lovelace +-- https://en.wikipedia.org/wiki/Ada_Lovelace. ``` Who is the "Turing machine" named after? From c6d3a08bda0080176c5b5a3de4469716fabf628f Mon Sep 17 00:00:00 2001 From: Michael Kleemoff Date: Thu, 27 Apr 2023 12:16:56 -0400 Subject: [PATCH 5/5] Answer 5th question. --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index 13f509f..f1c63c2 100644 --- a/questions.md +++ b/questions.md @@ -35,5 +35,7 @@ Ada Lovelace Who is the "Turing machine" named after? ``` +Alan Turing +-- https://en.wikipedia.org/wiki/Turing_machine#:~:text=A%20Turing%20machine%20is%20a,of%20implementing%20any%20computer%20algorithm. ```