From 059bc4b136748ca159be95a021ad3be2be9b0fd8 Mon Sep 17 00:00:00 2001 From: Nataliia74 Date: Sat, 10 May 2025 15:34:29 +0100 Subject: [PATCH] Remidiation --- homework.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..bdd97e42 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,26 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a scripting or programming language, mostly to work with interactive features on webpages. ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +1. Version Control. +2. Streamlined workflows. +3. Collaboration. ## 4. What happens when you `fork` a repository? -You delete it +You copy it to your own GitHub account. ## 5. What happens when you clone a repository? -It send it to a friend +It is copied to your local PC. ## 6. What is a Pull Request? -When you send a file over the internet +You ask somebody to review the code changes and actually to merge your branch with changes to the main branch.