From e2e0e923cb5a4d47e6cfbcd6c4735e7ab2518f26 Mon Sep 17 00:00:00 2001 From: addisjackson Date: Wed, 26 Apr 2023 01:54:40 -0400 Subject: [PATCH 1/4] answers queestion 2 --- questions.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..7d08396 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,25 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` - ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - ``` Who is the "Turing machine" named after? ``` - ``` From 2d1cc997c60d1a5911278ee4d028a7533d16d5ca Mon Sep 17 00:00:00 2001 From: addisjackson Date: Wed, 26 Apr 2023 01:57:13 -0400 Subject: [PATCH 2/4] answers question 3. --- questions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/questions.md b/questions.md index 7d08396..87367da 100644 --- a/questions.md +++ b/questions.md @@ -9,11 +9,14 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` +ECMAScript 6 or the 6th Edition of the evolution of the Javascript code. + ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` +The company was Google. ``` What English mathematician and writer is often regarded as the first computer programmer? From ac25b9d9c9110603fc43f4b04d9bf74470ca6232 Mon Sep 17 00:00:00 2001 From: addisjackson Date: Wed, 26 Apr 2023 01:58:07 -0400 Subject: [PATCH 3/4] answers question 4. --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 87367da..555b994 100644 --- a/questions.md +++ b/questions.md @@ -22,6 +22,7 @@ The company was Google. What English mathematician and writer is often regarded as the first computer programmer? ``` +Ada Lovelace ``` Who is the "Turing machine" named after? From 2f03fd706857970c4cce567401ee7c39f0de7f07 Mon Sep 17 00:00:00 2001 From: addisjackson Date: Wed, 26 Apr 2023 02:00:27 -0400 Subject: [PATCH 4/4] answers question 6. --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 555b994..afbddbd 100644 --- a/questions.md +++ b/questions.md @@ -28,4 +28,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` +Alan Turing ```