From c098cdb6d990f37dc10af18619976f6b5d6d59af Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Sep 2023 15:07:45 -0400 Subject: [PATCH 1/4] answered 1st question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 5afcf60..ac0e179 100644 --- a/questions.md +++ b/questions.md @@ -3,6 +3,7 @@ What year did Brendan Eich create JavaScript? ``` +Javascript was created in 1995 ``` From 9489b81419a00907ec75ccf8c24ffabc29ffd2f6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Sep 2023 15:17:01 -0400 Subject: [PATCH 2/4] answered 3rd question --- questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/questions.md b/questions.md index ac0e179..81290c9 100644 --- a/questions.md +++ b/questions.md @@ -10,12 +10,13 @@ Javascript was created in 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 ``` From 5a0cebf405173977fe51faff87abef6ea6da4a9f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Sep 2023 15:20:00 -0400 Subject: [PATCH 3/4] answered 4th question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 81290c9..176ad89 100644 --- a/questions.md +++ b/questions.md @@ -23,6 +23,7 @@ Google What English mathematician and writer is often regarded as the first computer programmer? ``` +Ada Lovelace ``` From bf0bdd118656fd0c4b4e946104aad0299517e444 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Sep 2023 15:21:34 -0400 Subject: [PATCH 4/4] answered 5th question --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 176ad89..e7ad763 100644 --- a/questions.md +++ b/questions.md @@ -30,5 +30,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```