From 2f7c1fa75dfd1f10fe96bcbc9aab8481e7f05548 Mon Sep 17 00:00:00 2001 From: LELIAH Date: Sun, 16 Oct 2022 14:24:59 -0400 Subject: [PATCH 1/5] year JS was created --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 5afcf60..0ea1c9c 100644 --- a/questions.md +++ b/questions.md @@ -3,7 +3,7 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? From 9a9b7506b4138975effea49a7b791aa99e5e5fd1 Mon Sep 17 00:00:00 2001 From: LELIAH Date: Sun, 16 Oct 2022 14:26:13 -0400 Subject: [PATCH 2/5] definition of ES6 --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 0ea1c9c..4732d34 100644 --- a/questions.md +++ b/questions.md @@ -9,7 +9,7 @@ What year did Brendan Eich create JavaScript? What does "ES6" stand for? ``` - +ECMAScript6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? From ea6703b73a8d51de644e2aad5dcad9fe6f25e34f Mon Sep 17 00:00:00 2001 From: LELIAH Date: Sun, 16 Oct 2022 14:28:56 -0400 Subject: [PATCH 3/5] origin of phrase --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 4732d34..14fab6e 100644 --- a/questions.md +++ b/questions.md @@ -15,7 +15,7 @@ ECMAScript6 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 626b6c24aed83dbc333bd498c98891b30e462f52 Mon Sep 17 00:00:00 2001 From: LELIAH Date: Sun, 16 Oct 2022 14:30:35 -0400 Subject: [PATCH 4/5] first computer programmer --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 14fab6e..52b1460 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? From 4f7ccdffb5976757d00434cfd2e5cb05286eb446 Mon Sep 17 00:00:00 2001 From: LELIAH Date: Sun, 16 Oct 2022 14:32:18 -0400 Subject: [PATCH 5/5] turing machine --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 52b1460..6b2f020 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```