diff --git a/homework.md b/homework.md index f7a8449..00b387b 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. +JavaScript is a versatile, lightweight programming language primarily used to add interactivity and dynamic features to web pages ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +collaboration, version control, and streamlined workflows ## 4. What happens when you `fork` a repository? -You delete it +You will have acopy of a repository in your github -## 5. What happens when you clone a repository? +## 5. What happens when you clone a repository? + you copy the repository from GitHub.com to your local machine It send it to a friend ## 6. What is a Pull Request? +It's a way to collaborate and review code before merging it into the main codebase. -When you send a file over the internet