From 1eb4568b67f2243e7e600fbb4f852b905bd481d6 Mon Sep 17 00:00:00 2001 From: Nicole Slater Date: Tue, 2 May 2023 01:49:50 -0400 Subject: [PATCH 1/3] working on submit --- questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..2b5cc07 100644 --- a/questions.md +++ b/questions.md @@ -3,19 +3,19 @@ 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? From 157f497d546339aa19ccd6cf4a0c9744a6c47e89 Mon Sep 17 00:00:00 2001 From: Nicole Slater Date: Tue, 2 May 2023 01:53:20 -0400 Subject: [PATCH 2/3] finished submission github-lab --- questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/questions.md b/questions.md index 2b5cc07..40f5f42 100644 --- a/questions.md +++ b/questions.md @@ -15,17 +15,17 @@ 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 e9636da75effc2962b02b7fdb6df2f4cafc9951a Mon Sep 17 00:00:00 2001 From: Nicole Slater Date: Tue, 16 May 2023 20:24:10 -0400 Subject: [PATCH 3/3] Submission --- questions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 40f5f42..a567076 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,29 @@ What year did Brendan Eich create JavaScript? ``` -<1995> +1995 ``` What does "ES6" stand for? ``` - +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? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? ``` - +Alan Turing ```