diff --git a/homework.md b/homework.md index f7a8449..4b1d369 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,26 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +A Programming language that brings interactivity to a webpage ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +Recovery and backup +Isolate changes and experiment without risk +Collaborate on same project at the same time ## 4. What happens when you `fork` a repository? -You delete it +You create a copy ## 5. What happens when you clone a repository? -It send it to a friend +You copy it to your local machine ## 6. What is a Pull Request? -When you send a file over the internet +It's a way for developers to submit their work for review and discussion before it's integrated into the main codebase.