From c891ea4f2f9dd0619d637da01c127d6bbfaaf4f6 Mon Sep 17 00:00:00 2001 From: mervereis Date: Thu, 22 Jan 2026 14:01:13 +0000 Subject: [PATCH] questions answered --- homework.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b..7be0e58 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 browser based programming language that brings interactivity to static web pages,applications and more. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +code review,version control,collaboration ## 4. What happens when you `fork` a repository? -You delete it +you create an independent copy of it under your own account ## 5. What happens when you clone a repository? -It send it to a friend +you create a complete copy of entire project ## 6. What is a Pull Request? -When you send a file over the internet +pr is a way to propose changes to a software projects codebase,allowing developers to notify others for discuss and review .