From 3c0ca7dd9f32ef436280559f3fb62ebbefb7a5c0 Mon Sep 17 00:00:00 2001 From: Sandani Kannangara Date: Thu, 14 May 2026 18:32:59 +0100 Subject: [PATCH 1/2] Fix grammar issues in homework --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 1a8a59b2..95deda28 100644 --- a/homework.md +++ b/homework.md @@ -18,7 +18,7 @@ You delete it ## 5. What happens when you clone a repository? -It send it to a friend +It sends it to a friend ## 6. What is a Pull Request? From f9fd95cc8660310cec534bf75aa733539cbbb082 Mon Sep 17 00:00:00 2001 From: Sandani Kannangara Date: Thu, 14 May 2026 18:40:19 +0100 Subject: [PATCH 2/2] Correct answers in homework --- homework.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index 95deda28..deb72838 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,24 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +A programming language used to make websites interactive. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +version control, collaboration, tracking changes, backup of code ## 4. What happens when you `fork` a repository? -You delete it +You create your own copy of someone else’s repository on GitHub ## 5. What happens when you clone a repository? -It sends it to a friend +It downloads a copy of a repository to your local computer ## 6. What is a Pull Request? -When you send a file over the internet +A request to merge your changes into another branch or repository