From 8792e15eee8b453047dac41fdeca1fee12457d68 Mon Sep 17 00:00:00 2001 From: pathywang Date: Sat, 10 May 2025 10:29:02 +0100 Subject: [PATCH 1/2] change error --- homework.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..d49be01d 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. +JavaScript is a versatile scripting or programming language primarily used to add interactivity and dynamic content to websites. ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +By addressing common problems like merge conflicts, protected branches and branching strategy, teams can streamline their workflows and maixmize the benefits of these essential tools. ## 4. What happens when you `fork` a repository? -You delete it +You make a copy of repository under your personal account on a GitHub. ## 5. What happens when you clone a repository? -It send it to a friend +it sends a repository from a remote source to your local machine ## 6. What is a Pull Request? -When you send a file over the internet +A pull request lets youpropose,discuss and ultimately merge changes you have made in one branch into another From cebb664e49b64972d2924f5d139bc9b499de680e Mon Sep 17 00:00:00 2001 From: pathywang Date: Sat, 10 May 2025 11:01:49 +0100 Subject: [PATCH 2/2] error fixed --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index d49be01d..5c09e8a2 100644 --- a/homework.md +++ b/homework.md @@ -6,7 +6,7 @@ ## 2. What is JavaScript? -JavaScript is a versatile scripting or programming language primarily used to add interactivity and dynamic content to websites. +JavaScript is a versatile scripting or programming language primarily used to add interactivity and dynamic content to websites ## 3. What three problems does Git & GitHub solve?