From 29d86e91dee8d076c5040fdba5d863b52d95e72b Mon Sep 17 00:00:00 2001 From: Ari-So-Irie Date: Sun, 16 Oct 2022 14:26:17 -0400 Subject: [PATCH 1/5] Answered first question --- 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 1197115d316be08bcf734c55ee01f504274faa97 Mon Sep 17 00:00:00 2001 From: Ari-So-Irie Date: Sun, 16 Oct 2022 14:32:02 -0400 Subject: [PATCH 2/5] second question answered --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 0ea1c9c..a909b0b 100644 --- a/questions.md +++ b/questions.md @@ -10,6 +10,7 @@ What does "ES6" stand for? ``` +JavaScript ES6 (also known as ECMAScript 2015 or ECMAScript 6) is the newer version of JavaScript that was introduced in 2015. ECMAScript is the standard that JavaScript programming language uses. ECMAScript provides the specification on how JavaScript programming language should work. ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 6cbd593899489c18f222ee61c95bb884ca04a345 Mon Sep 17 00:00:00 2001 From: Ari-So-Irie Date: Sun, 16 Oct 2022 14:39:53 -0400 Subject: [PATCH 3/5] third question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index a909b0b..704ca4f 100644 --- a/questions.md +++ b/questions.md @@ -16,7 +16,7 @@ JavaScript ES6 (also known as ECMAScript 2015 or ECMAScript 6) is the newer vers 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 354bccf284b8cab1bd3ad092e2a0a3f9a297ca79 Mon Sep 17 00:00:00 2001 From: Ari-So-Irie Date: Sun, 16 Oct 2022 14:42:13 -0400 Subject: [PATCH 4/5] forth question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 704ca4f..2ce655f 100644 --- a/questions.md +++ b/questions.md @@ -22,7 +22,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 93a31431272ae63012d5c2094c0bb35a4a1c7eb7 Mon Sep 17 00:00:00 2001 From: Ari-So-Irie Date: Sun, 16 Oct 2022 14:44:09 -0400 Subject: [PATCH 5/5] fifth question answered --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 2ce655f..73096ba 100644 --- a/questions.md +++ b/questions.md @@ -28,5 +28,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```