From b9c7ea2fd8766bba9b52caa4480276a1dd32ed3e Mon Sep 17 00:00:00 2001 From: JaiAdam Date: Thu, 22 May 2025 10:30:44 +0100 Subject: [PATCH] it's all done --- homework.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..00b387b2 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