diff --git a/homework.md b/homework.md index 1a8a59b..d55667a 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,24 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +Javascript is a programming language used in web development. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +People can store their code online so just in case the local file corrupts then you have an online version. People can showcase their code to others so employers can see what they are capable of doing. People can also work collaboratively on a project as well. ## 4. What happens when you `fork` a repository? -You delete it +You create your own copy of the repository that you can work on. ## 5. What happens when you clone a repository? -It send it to a friend +You copy a repository onto your local drive. ## 6. What is a Pull Request? -When you send a file over the internet +When you make a request to merge your changes onto the main branch \ No newline at end of file