diff --git a/questions.md b/questions.md index 5afcf60..53d1f6a 100644 --- a/questions.md +++ b/questions.md @@ -3,6 +3,7 @@ What year did Brendan Eich create JavaScript? ``` +Brendan Eich created JavaScript in 1995 ``` @@ -10,22 +11,23 @@ What does "ES6" stand for? ``` +"ES6" stands for "ECMAScript 6." ECMAScript is the official specification for the JavaScript programming language, and ES6 is the sixth edition of this specification. + ``` 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? ``` - +Ada Lovelace. She is known for her work on Charles Babbage's early mechanical general-purpose computer, the Analytical Engine. ``` Who is the "Turing machine" named after? -``` - +```The "Turing machine" is named after Alan Turing, a British mathematician, logician, and computer scientist. ```