From 5caebfcb25c5a552b694efe41d8e69a3c6235474 Mon Sep 17 00:00:00 2001 From: jkpasaoa Date: Sun, 16 Oct 2022 14:43:32 -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 ed41216dab1ce21903a423e2059413eb6353c65b Mon Sep 17 00:00:00 2001 From: jkpasaoa Date: Sun, 16 Oct 2022 14:44:12 -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..dea1b49 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 a026c34e5e559c499e4ad789c47f44d1cd4460b6 Mon Sep 17 00:00:00 2001 From: jkpasaoa Date: Sun, 16 Oct 2022 14:44:39 -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 dea1b49..fb47eb1 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 e19bd59bd3f0baf15d4853b8ec246666393f5b24 Mon Sep 17 00:00:00 2001 From: jkpasaoa Date: Sun, 16 Oct 2022 14:45:09 -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 fb47eb1..7cb2db4 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 1e6c19c74d2917d73fb022eac4f637d2f6da6a95 Mon Sep 17 00:00:00 2001 From: jkpasaoa Date: Sun, 16 Oct 2022 14:45:37 -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 7cb2db4..400e6c1 100644 --- a/questions.md +++ b/questions.md @@ -27,5 +27,5 @@ Ada Lovelace Who is the "Turing machine" named after? ``` - +Alan Turing ```