From 5c9162690d7e5697c43b2905b612e648e8360f39 Mon Sep 17 00:00:00 2001 From: Esmeralda Gonzalez Rojo Date: Thu, 12 Jan 2023 20:32:32 -0500 Subject: [PATCH 1/5] Added Year --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0ea1c9c 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? From 7f9068c0fa869087f72ea406a751dd572c1300f5 Mon Sep 17 00:00:00 2001 From: Esmeralda Gonzalez Rojo Date: Thu, 12 Jan 2023 20:42:26 -0500 Subject: [PATCH 2/5] Added Full Form of ES6 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..ce5af13 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From e7a873c7f2e5d4f9572542a40cc00fd1a4a26523 Mon Sep 17 00:00:00 2001 From: Esmeralda Gonzalez Rojo Date: Thu, 12 Jan 2023 21:12:34 -0500 Subject: [PATCH 3/5] Added Company Name --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ce5af13..1346565 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript 6 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 f889819b0aa2b82fc877ce546242f63477917992 Mon Sep 17 00:00:00 2001 From: Esmeralda Gonzalez Rojo Date: Thu, 12 Jan 2023 21:25:01 -0500 Subject: [PATCH 4/5] Added Name for English Mathematician --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 1346565..e5cf23d 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From ccbb29cb3bb41827eab89dd296de55becd1d5b90 Mon Sep 17 00:00:00 2001 From: Esmeralda Gonzalez Rojo Date: Thu, 12 Jan 2023 21:25:54 -0500 Subject: [PATCH 5/5] Added name for Turning Machine --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index e5cf23d..a567076 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```