From ab7734eec3410f3b1b224754af699c30360353cc Mon Sep 17 00:00:00 2001 From: RadiantRay22 Date: Sun, 16 Oct 2022 14:52:54 -0400 Subject: [PATCH 1/5] 1995 --- questions.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..4c187bd 100644 --- a/questions.md +++ b/questions.md @@ -2,30 +2,27 @@ 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 82a09000ac2598c12a2b237b6a6ee4e8ec93e4ec Mon Sep 17 00:00:00 2001 From: RadiantRay22 Date: Sun, 16 Oct 2022 14:53:52 -0400 Subject: [PATCH 2/5] 2 ans --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 4c187bd..9d44c8c 100644 --- a/questions.md +++ b/questions.md @@ -8,6 +8,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? +ECMAScript 6 simply another official name for javascript ``` From 746b17b5c6539a3dbc919c6cbb99b46b383f8a51 Mon Sep 17 00:00:00 2001 From: RadiantRay22 Date: Sun, 16 Oct 2022 14:57:32 -0400 Subject: [PATCH 3/5] ans 3 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9d44c8c..a281420 100644 --- a/questions.md +++ b/questions.md @@ -14,7 +14,7 @@ ECMAScript 6 simply another official name for javascript 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 47fa0db6a18aa724df0505209eceb7803bcb8557 Mon Sep 17 00:00:00 2001 From: RadiantRay22 Date: Sun, 16 Oct 2022 14:58:03 -0400 Subject: [PATCH 4/5] ans 4 --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index a281420..23767c6 100644 --- a/questions.md +++ b/questions.md @@ -19,6 +19,7 @@ google What English mathematician and writer is often regarded as the first computer programmer? +In 1833 Ada Lovelace met the mathematician Charles Babbage, who had designed a calculating machine called the Difference Engine. ``` From 13d26af4f15a0437526f0cf23708438c75703343 Mon Sep 17 00:00:00 2001 From: RadiantRay22 Date: Sun, 16 Oct 2022 14:59:31 -0400 Subject: [PATCH 5/5] ans 5 --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 23767c6..b0b6058 100644 --- a/questions.md +++ b/questions.md @@ -26,5 +26,6 @@ In 1833 Ada Lovelace met the mathematician Charles Babbage, who had designed a c Who is the "Turing machine" named after? +Alan Turing ```