Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITP - SAMI SARDARZAI - Fixed errors in Linus's homework - WEEK ONE #610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions homework.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Linus's Homework

## 1. What is 2 + 2?
## 1. What is 2 + 2?
**4**

5
## 2. What is JavaScript?
**JavaScript is a programming language used to create interactive and dynamic content on websites.**

## 2. What is JavaScript?
## 3. What three problems does Git & GitHub solve?
1. **Version Control** – Keeps track of changes in code over time.
2. **Collaboration** – Allows multiple people to work on the same project.
3. **Backup & Sharing** – Stores code safely and lets others access it easily.

An exciting new play about coffee.
## 4. What happens when you `fork` a repository?
**Forking creates a copy of someone else's repository in your own GitHub account.**

## 3. What three problems does Git & GitHub solve?
## 5. What happens when you clone a repository?
**Cloning downloads a copy of a GitHub repository to your local computer.**

When people want to show off code to each other they can put it on GitHub

## 4. What happens when you `fork` a repository?

You delete it

## 5. What happens when you clone a repository?

It send it to a friend

## 6. What is a Pull Request?

When you send a file over the internet
## 6. What is a Pull Request?
**A Pull Request (PR) is a request to merge your changes into the original repository.**