From d5a4c4c8776b98fb7fb26a159d80a150c1235405 Mon Sep 17 00:00:00 2001 From: Mona-Eltantawy Date: Sun, 11 Jan 2026 18:33:17 +0000 Subject: [PATCH 1/2] Fix answers in homework.md Corrected the answer to the first question and updated the description of JavaScript. --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index f7a8449a..30b8a98e 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,7 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? From 4a3dc31bd8b39017400144a9ad7b60d4bec53971 Mon Sep 17 00:00:00 2001 From: Mona-Eltantawy Date: Sun, 11 Jan 2026 18:38:16 +0000 Subject: [PATCH 2/2] Revise homework content for clarity and accuracy Updated definitions and explanations for JavaScript, Git & GitHub, forking, cloning, and pull requests. --- homework.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/homework.md b/homework.md index 30b8a98e..2ec05700 100644 --- a/homework.md +++ b/homework.md @@ -6,20 +6,23 @@ ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming language. ## 3. What three problems does Git & GitHub solve? When people want to show off code to each other they can put it on GitHub +when people want to follow up the changes and project versions history they can do that on GitHub. +people can work as a team on the same project on GitHub. ## 4. What happens when you `fork` a repository? -You delete it +You make a copy of it on your personal profile to be able to work on. + ## 5. What happens when you clone a repository? -It send it to a friend +It send it to your local computer or make a local copy of it. ## 6. What is a Pull Request? +PR is a way to share your code for review. -When you send a file over the internet