From 7f311069a95e4c43d300eced9b180e7f93949515 Mon Sep 17 00:00:00 2001 From: Giontr Date: Mon, 11 May 2026 09:17:17 +0100 Subject: [PATCH] fixed errors --- homework.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b2..367171cf 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,27 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +Programming language. Helps to make web interactive ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +1.version control +2.collaboration +3.Backup & History + ## 4. What happens when you `fork` a repository? -You delete it +You clone it under your username ## 5. What happens when you clone a repository? -It send it to a friend +you copy it fully in your local repo ## 6. What is a Pull Request? -When you send a file over the internet +It's a request to merge your changes from your branch to another. Also can be used for reviewing a code.