diff --git a/questions.md b/questions.md index 5afcf60..e106790 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,29 @@ What year did Brendan Eich create JavaScript? ``` - +In 1995 while he was an engineer at netscape ``` What does "ES6" stand for? ``` - +"ECMAScript 2015." ECMAScript is the standardized scripting language specification upon which JavaScript is based. ES6 introduced many significant improvements and new features to the language, such as classes, arrow functions, promises, and template literals, among others. ``` 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 ``` Who is the "Turing machine" named after? ``` - +Alan Turing ```