From 1053c19b73d766aca1eba13fa78ab4106991526c Mon Sep 17 00:00:00 2001 From: Wes Reid Date: Fri, 25 Jun 2021 14:42:29 -0700 Subject: [PATCH] Add instructions. --- questions.md | 31 +++++++++++++++++++++++++++++++ readme.md | 19 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 questions.md create mode 100644 readme.md diff --git a/questions.md b/questions.md new file mode 100644 index 0000000..5afcf60 --- /dev/null +++ b/questions.md @@ -0,0 +1,31 @@ +# Questions + +What year did Brendan Eich create JavaScript? + +``` + +``` + +What does "ES6" stand for? + +``` + +``` + +What company famously used the phrase "Don't be evil" in their code of conduct? + +``` + +``` + +What English mathematician and writer is often regarded as the first computer programmer? + +``` + +``` + +Who is the "Turing machine" named after? + +``` + +``` diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..86c881b --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +# GitHub Lab + +Help! One of your classmates needs help finding out the answers to these historical questions. + +## Instructions + +To complete this exercise, you should: + +1. Fork and clone this repository. + +1. Answer each of the questions in the `questions.md` file, putting the answer between the code block. _After each answer, make a new commit._ + + You should be able to find the answers by searching the internet. If you're not able to find an answer after a few minutes, just skip it. + +1. Push your changes up to your forked repository. + +1. Create a pull request against this repository. + +1. Submit a URL _to your pull request._ That means you will need to, on this repository, click the "Pull requests" tab and find your pull request.