From 30556a180df2157f8e0a686d7609562e7f09db0a Mon Sep 17 00:00:00 2001 From: Carlos Godoy Date: Fri, 8 Sep 2023 14:54:23 -0400 Subject: [PATCH 1/3] answered first question --- questions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..8f7f832 100644 --- a/questions.md +++ b/questions.md @@ -3,13 +3,12 @@ What year did Brendan Eich create JavaScript? ``` - +Console.log() ``` What does "ES6" stand for? ``` - ``` What company famously used the phrase "Don't be evil" in their code of conduct? From b15b1726427033a670ac744adaa5dd9bc30aa08c Mon Sep 17 00:00:00 2001 From: Carlos Godoy Date: Fri, 8 Sep 2023 14:54:44 -0400 Subject: [PATCH 2/3] answered second question --- questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions.md b/questions.md index 8f7f832..7c845a8 100644 --- a/questions.md +++ b/questions.md @@ -9,6 +9,7 @@ Console.log() What does "ES6" stand for? ``` +EcmaScript ``` What company famously used the phrase "Don't be evil" in their code of conduct? From df326c84fe389e52bf98ac2519f669f9cff576a5 Mon Sep 17 00:00:00 2001 From: Carlos Godoy Date: Fri, 8 Sep 2023 14:55:23 -0400 Subject: [PATCH 3/3] completed assignment --- questions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/questions.md b/questions.md index 7c845a8..3914ed7 100644 --- a/questions.md +++ b/questions.md @@ -26,6 +26,5 @@ What English mathematician and writer is often regarded as the first computer pr Who is the "Turing machine" named after? -``` - +```Someone cool ```