From 279a5c7c4444283b0b5ba2194768b42683cbbb47 Mon Sep 17 00:00:00 2001 From: Mohsen-tech12 <161129736+Mohsen-tech12@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:58:33 +0000 Subject: [PATCH] updatedREADME --- homework.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b..5db029d 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. +JavaScript is a programming language. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub - +1_ When people want to show off code to each other they can put it on GitHub +2_ Collaboration without collision, means people can edit the same files +3_ If someone changes the code, other people can see what is changed ## 4. What happens when you `fork` a repository? -You delete it +You will bring a repo to your GitHub account by using fork ## 5. What happens when you clone a repository? -It send it to a friend +You will make a copy of the repo in your local computer by using clone ## 6. What is a Pull Request? -When you send a file over the internet +Pull request is when you want a mentor to review your code you use pull request and they can add your code to the project after confirming your code