diff --git a/homework.md b/homework.md index 1a8a59b2..206d730a 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,25 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? - -An exciting new play about coffee. +a ]programming language used to add interactivity, logic and behaviour to websites and apps. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +Allows you to save and go back to previous versions of your work +Multiple people can work on thesame project and you can see who made the changes what and when. +Github allows your information to be accessed from anywhere not just directly on your laptop. ## 4. What happens when you `fork` a repository? -You delete it +It makes a copy of someone elses's work. ## 5. What happens when you clone a repository? -It send it to a friend +A copy of the project folder (file) is made on your computer and you are able to work on it. ## 6. What is a Pull Request? -When you send a file over the internet +Asking for changes made on a branch to be reviewed.