From 369c143381842645c179b7cc9fddff8785642935 Mon Sep 17 00:00:00 2001 From: Nicolercc <122482112+Nicolercc@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:13:23 -0500 Subject: [PATCH 1/2] Update questions.md --- questions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 5afcf60..96334d3 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,29 @@ What year did Brendan Eich create JavaScript? ``` - +1995 ``` What does "ES6" stand for? ``` - + ES6 stands for ECMAScript 6; ECMAScript is another official name for Javascript, since the organization ECMA International creates the standard. ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google's most famous motto: “Don't be evil.” If you know anything about Google's culture, you've probably heard those three words. ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - +Ada Lovelace ``` Who is the "Turing machine" named after? ``` - +Alan Turing, he called it "a-machine" ``` From e4857f38752558b2cd06be822894c7a0cd806d8d Mon Sep 17 00:00:00 2001 From: Nicole Rodriguez Date: Thu, 12 Jan 2023 20:21:26 -0500 Subject: [PATCH 2/2] new answers added --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 96334d3..859019a 100644 --- a/questions.md +++ b/questions.md @@ -21,7 +21,7 @@ Google's most famous motto: “Don't be evil.” If you know anything about Goog What English mathematician and writer is often regarded as the first computer programmer? ``` -Ada Lovelace +The name is Ada Lovelace ``` Who is the "Turing machine" named after?