From dd34715dad365eb2c1e5229f3c9a028be78a6e50 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Wed, 20 May 2026 21:04:53 +0100 Subject: [PATCH 1/6] change '5' to '4' in question 1 --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 1a8a59b2..73cb1c6f 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,7 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? From be602a1fd3fcf7f328b348187fb5baee4b90c6c1 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Wed, 20 May 2026 21:07:40 +0100 Subject: [PATCH 2/6] change answer in question two --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 73cb1c6f..fb4bec9f 100644 --- a/homework.md +++ b/homework.md @@ -6,7 +6,7 @@ ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming laguage ## 3. Name three problems Git & GitHub solve? From cfc86aa58a784ad1ccf4ac4277c986199c3fcfdd Mon Sep 17 00:00:00 2001 From: vmoratti Date: Wed, 20 May 2026 21:40:54 +0100 Subject: [PATCH 3/6] add three answers to question three --- homework.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homework.md b/homework.md index fb4bec9f..ece1fa21 100644 --- a/homework.md +++ b/homework.md @@ -10,7 +10,9 @@ JavaScript is a programming laguage ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub + 1. It alows people to work on the same project at the same time + 2. Deleted/ corrupted files can be easily recovered. + 3. Github alows for displaying one's work / portfolio ## 4. What happens when you `fork` a repository? From fcadf694ee47ad6768bb2647ff8a6d522e112487 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Thu, 21 May 2026 10:06:01 +0100 Subject: [PATCH 4/6] correct answer in question four --- homework.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homework.md b/homework.md index ece1fa21..75b9032b 100644 --- a/homework.md +++ b/homework.md @@ -16,7 +16,8 @@ JavaScript is a programming laguage ## 4. What happens when you `fork` a repository? -You delete it + You make a copy of a repository + ## 5. What happens when you clone a repository? From 05522496e5b2227ecb2f73da5b6c476a04504622 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Thu, 21 May 2026 10:09:33 +0100 Subject: [PATCH 5/6] correct question five --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 75b9032b..17394cd8 100644 --- a/homework.md +++ b/homework.md @@ -21,7 +21,7 @@ JavaScript is a programming laguage ## 5. What happens when you clone a repository? -It send it to a friend + You make a copy of a repository localy ## 6. What is a Pull Request? From ed07ff2eb1c5bb4b2bc07e5c17ca69dde4117c59 Mon Sep 17 00:00:00 2001 From: vmoratti Date: Thu, 21 May 2026 10:11:34 +0100 Subject: [PATCH 6/6] correct question six --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 17394cd8..b8d47450 100644 --- a/homework.md +++ b/homework.md @@ -25,4 +25,4 @@ JavaScript is a programming laguage ## 6. What is a Pull Request? -When you send a file over the internet + Pull request is a suggestion to merge file