From 3c66b763f9839f5b7ed84b3cfcc2ed55bd17ac39 Mon Sep 17 00:00:00 2001 From: Seti Mussa Date: Sat, 17 Jan 2026 15:18:22 +0000 Subject: [PATCH 1/2] I change the answer for question 1 --- homework.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b..c6891c5 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,7 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? @@ -18,7 +18,8 @@ You delete it ## 5. What happens when you clone a repository? -It send it to a friend +It send it to a my self. + ## 6. What is a Pull Request? From 4960d07f9dad3142b9376fc885a292e2a6909767 Mon Sep 17 00:00:00 2001 From: Seti Mussa Date: Sat, 17 Jan 2026 15:35:18 +0000 Subject: [PATCH 2/2] I correct the answers --- homework.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homework.md b/homework.md index c6891c5..f28497b 100644 --- a/homework.md +++ b/homework.md @@ -5,22 +5,22 @@ 4 ## 2. What is JavaScript? - -An exciting new play about coffee. +JavaScript is programming language to make website ineteractive. ## 3. Name three problems Git & GitHub solve? +Track changes , multiple people working on the same project can overwrite each other’s work,Code can be lost if a computer crashes or files are deleted. -When people want to show off code to each other they can put it on GitHub - +When people want to show off code to each other they can put it on GitHub? +GitHub allows developers to store their code online so it can be shared, collaborated on, and used as a backup. ## 4. What happens when you `fork` a repository? +Forking a repository creates a personal copy of it in your GitHub account that you can change without affecting the original. -You delete it ## 5. What happens when you clone a repository? -It send it to a my self. +Cloning a repository creates a local copy of it on your computer so you can view, edit, and work on the code. ## 6. What is a Pull Request? -When you send a file over the internet +A pull request is a request to merge your changes into another repository’s main codebase.