From 0ce27729e06741310c8c8fb8f9d9d3e55db6196c Mon Sep 17 00:00:00 2001 From: Adedolapo Date: Sat, 24 Jan 2026 15:28:22 +0000 Subject: [PATCH] fixed errors in home work --- homework.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b..eadc16f 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,25 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +A coding language ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +When people want work together on a code +a place to save and make changes on code ## 4. What happens when you `fork` a repository? -You delete it +You make a copy from the another code owner to your own ## 5. What happens when you clone a repository? -It send it to a friend +It will be copied to whereever you want it. e.g your local computer ## 6. What is a Pull Request? -When you send a file over the internet +it allows highlight erroes and allows for changes