Skip to content

Commit

Permalink
Add instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwreid committed Jun 25, 2021
1 parent 441134d commit 1053c19
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
31 changes: 31 additions & 0 deletions questions.md
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?

```
```
19 changes: 19 additions & 0 deletions readme.md
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.

0 comments on commit 1053c19

Please sign in to comment.