diff --git a/questions.md b/questions.md index 5afcf60..f1c63c2 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,39 @@ What year did Brendan Eich create JavaScript? ``` +1995 +-- https://www.w3schools.com/js/js_history.asp#:~:text=JavaScript%20%2F%20ECMAScript,latest%20version%20was%201.8.5. ``` What does "ES6" stand for? ``` +ES6 stands for ECMAScript 6 +-- https://www.w3schools.com/react/react_es6.asp#:~:text=What%20is%20ES6%3F,also%20known%20as%20ECMAScript%202015. ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` +Google +-- https://en.wikipedia.org/wiki/Don%27t_be_evil. ``` What English mathematician and writer is often regarded as the first computer programmer? ``` +Ada Lovelace +-- https://en.wikipedia.org/wiki/Ada_Lovelace. ``` Who is the "Turing machine" named after? ``` +Alan Turing +-- https://en.wikipedia.org/wiki/Turing_machine#:~:text=A%20Turing%20machine%20is%20a,of%20implementing%20any%20computer%20algorithm. ```