diff --git a/homework.md b/homework.md index f7a8449..871183e 100644 --- a/homework.md +++ b/homework.md @@ -1,25 +1,21 @@ # Linus's Homework -## 1. What is 2 + 2? +## 1. What is 2 + 2? +**4** -5 +## 2. What is JavaScript? +**JavaScript is a programming language used to create interactive and dynamic content on websites.** -## 2. What is JavaScript? +## 3. What three problems does Git & GitHub solve? +1. **Version Control** – Keeps track of changes in code over time. +2. **Collaboration** – Allows multiple people to work on the same project. +3. **Backup & Sharing** – Stores code safely and lets others access it easily. -An exciting new play about coffee. +## 4. What happens when you `fork` a repository? +**Forking creates a copy of someone else's repository in your own GitHub account.** -## 3. What three problems does Git & GitHub solve? +## 5. What happens when you clone a repository? +**Cloning downloads a copy of a GitHub repository to your local computer.** -When people want to show off code to each other they can put it on GitHub - -## 4. What happens when you `fork` a repository? - -You delete it - -## 5. What happens when you clone a repository? - -It send it to a friend - -## 6. What is a Pull Request? - -When you send a file over the internet +## 6. What is a Pull Request? +**A Pull Request (PR) is a request to merge your changes into the original repository.**