From 34355569ea1f1d7eda048395988a8dbacdae7946 Mon Sep 17 00:00:00 2001 From: Dipa Sarker Date: Fri, 15 May 2026 00:58:33 +0100 Subject: [PATCH] Fix-Linus-Homework-Errors --- homework.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b2..c47490c9 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 browser based programming language that brings interactivity to static web pages, applications and more. It can provide animations, can create interactive features like menus and form validation. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +Here are three problems Git & GitHub can solve: +1. Version control and history tracking +2. Collaboration between multiple developers +3. Backup and remote access ## 4. What happens when you `fork` a repository? -You delete it +When I fork a repository, I create own copy of someone else's project to my GitHub account. ## 5. What happens when you clone a repository? -It send it to a friend +When I clone a repository, I create a local copy of a project on my computer from GitHub. ## 6. What is a Pull Request? - -When you send a file over the internet +A Pull Request (PR) is a way to propose changes to a project on GitHub so they can be reviewed and merged into the main codebase.