From 7d6932e9501e841bbfdd13112aae87793c6ed139 Mon Sep 17 00:00:00 2001 From: Michael Caldwell Date: Tue, 25 Apr 2023 21:20:27 -0400 Subject: [PATCH 1/2] Update questions.md --- questions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..9da7073 100644 --- a/questions.md +++ b/questions.md @@ -3,19 +3,19 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - +ES6 stands 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? From fef6115bd63dc7d6da30b49eee1c44f13dc6e1e3 Mon Sep 17 00:00:00 2001 From: Michael Caldwell Date: Tue, 25 Apr 2023 21:27:07 -0400 Subject: [PATCH 2/2] Update questions.md --- questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 9da7073..32e6133 100644 --- a/questions.md +++ b/questions.md @@ -21,11 +21,11 @@ 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 ```