-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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? | ||
|
||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |