From 5ad3be0f676272ebf339ac3e51955f335732e7c8 Mon Sep 17 00:00:00 2001 From: da314jones Date: Tue, 25 Apr 2023 21:22:31 -0400 Subject: [PATCH 1/2] Completed lab questioneer --- questions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..83cf1b1 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,29 @@ What year did Brendan Eich create JavaScript? ``` - +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 ``` From 81279b110fde200e40402c4d87882fe9cc648174 Mon Sep 17 00:00:00 2001 From: da314jones Date: Tue, 2 May 2023 16:06:07 -0400 Subject: [PATCH 2/2] fixed --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 83cf1b1..a464b10 100644 --- a/questions.md +++ b/questions.md @@ -1,4 +1,4 @@ -# Questions +gi# Questions What year did Brendan Eich create JavaScript?