From c4a61a7983c7c382a05d8c812a94861969056251 Mon Sep 17 00:00:00 2001 From: wrightunik Date: Sun, 16 Oct 2022 14:24:41 -0400 Subject: [PATCH 1/5] Year javascript created --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..c7fc8da 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 4a69fdefca27b92ffd002dd038a7bfa7be378ecd Mon Sep 17 00:00:00 2001 From: wrightunik Date: Sun, 16 Oct 2022 14:26:11 -0400 Subject: [PATCH 2/5] Definition of Es6 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c7fc8da..9fd15fd 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 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 035025268147e3203fb13aa789eaa044c547d4c0 Mon Sep 17 00:00:00 2001 From: wrightunik Date: Sun, 16 Oct 2022 14:28:55 -0400 Subject: [PATCH 3/5] Origin of phrase --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 9fd15fd..c043621 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ES6 stands for ECMAScript 6 What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google most famous motto " Dont be Evil" ``` What English mathematician and writer is often regarded as the first computer programmer? From 5e05bdba8f754326b7b1e06ab24eef31ef073b47 Mon Sep 17 00:00:00 2001 From: wrightunik Date: Sun, 16 Oct 2022 14:31:45 -0400 Subject: [PATCH 4/5] First computer programmer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c043621..c8c74ac 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google most famous motto " Dont be Evil" What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From 78ca85ad004b29a035251e0c4a1865d0e492b468 Mon Sep 17 00:00:00 2001 From: wrightunik Date: Sun, 16 Oct 2022 14:33:05 -0400 Subject: [PATCH 5/5] Turing machine inspo --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c8c74ac..ade7966 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +The turing machine is name after Alan Turing ```