From 51c5f5513ae2cbd9b127227d60262fbee82815c6 Mon Sep 17 00:00:00 2001 From: JenniferEinstein Date: Sun, 16 Oct 2022 14:25:48 -0400 Subject: [PATCH 1/5] Git Lab question 1 answered --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..f8cf096 100644 --- a/questions.md +++ b/questions.md @@ -1,9 +1,9 @@ # Questions -What year did Brendan Eich create JavaScript? +## What year did Brendan Eich create JavaScript? ``` - +// 1995 ``` What does "ES6" stand for? From 4ee6748d79ee7fa3d348fffbe3883bd6c9cd6a59 Mon Sep 17 00:00:00 2001 From: JenniferEinstein Date: Sun, 16 Oct 2022 14:32:07 -0400 Subject: [PATCH 2/5] 2nd question answered on lab --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index f8cf096..a550eb5 100644 --- a/questions.md +++ b/questions.md @@ -6,10 +6,10 @@ // 1995 ``` -What does "ES6" stand for? +## What does "ES6" stand for? ``` - +//ECMA Script 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From 1ad5d2e6cf1c61584d74168f47dccc3f8d0de14b Mon Sep 17 00:00:00 2001 From: JenniferEinstein Date: Sun, 16 Oct 2022 14:36:48 -0400 Subject: [PATCH 3/5] third question answered in lab --- questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/questions.md b/questions.md index a550eb5..66de607 100644 --- a/questions.md +++ b/questions.md @@ -12,9 +12,10 @@ //ECMA Script 6 ``` -What company famously used the phrase "Don't be evil" in their code of conduct? +## What company famously used the phrase "Don't be evil" in their code of conduct? ``` +// Google ``` From 157b82cb638eaa2b8c16eb7dfd7d6e7610fd68f6 Mon Sep 17 00:00:00 2001 From: JenniferEinstein Date: Sun, 16 Oct 2022 14:40:16 -0400 Subject: [PATCH 4/5] The 4th question has been answered. --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 66de607..3596533 100644 --- a/questions.md +++ b/questions.md @@ -19,10 +19,10 @@ ``` -What English mathematician and writer is often regarded as the first computer programmer? +## What English mathematician and writer is often regarded as the first computer programmer? ``` - +// Ada Lovelace ``` Who is the "Turing machine" named after? From 9363506ffe0598c42d7e190a0af4c9519264040f Mon Sep 17 00:00:00 2001 From: JenniferEinstein Date: Sun, 16 Oct 2022 14:42:12 -0400 Subject: [PATCH 5/5] The 5 answer is Alan. --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 3596533..7f21f07 100644 --- a/questions.md +++ b/questions.md @@ -25,8 +25,8 @@ // Ada Lovelace ``` -Who is the "Turing machine" named after? +## Who is the "Turing machine" named after? ``` - +Alan Turing ```