Skip to content

ITP London May 2025 | Houssam Lahlah | GitHomeworkFixErrors | Week1 #691

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ My child - Linus - came home today from school with his homework but he got SOME

Can you help him to fix or improve the answers to his homework?

1. You should `fork` this repository
2. Clone the repository to your computer
3. Create a branch with an appropriate name for the task you're on
3. Fix the errors in Linus's homework in `homework.md`
4. Create a Pull Request back to this repository with the correct answers. Make sure your Pull Request is created in CodeYourFuture's fork, not your personal fork.
1. Done `fork` this repository
2. Done Clone the repository to my computer
3. Done I Create a branch with an appropriate name for this task
3. Ive Done Fix the errors in Linus's homework in `homework.md`
4. Ive Done Create a Pull Request back to this repository with the correct answers. Make sure my Pull Request is created in CodeYourFuture's fork, not in my personal fork.
13 changes: 7 additions & 6 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@

## 1. What is 2 + 2?

5
4

## 2. What is JavaScript?

An exciting new play about coffee.
JavaScript is a versatile scripting language primarily used to add interactive elements and dynamic behavior to web pages. It's also used for server-side development and in other applications like game development. In essence, JavaScript enables websites to go beyond static displays, allowing for animations, user interaction, and dynamic content updates.

## 3. What three problems does Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub
Introduction: Git and GitHub have become indispensable tools for software development, enabling collaboration, version control, and streamlined workflows.

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

You delete it
i make a copy in my github account

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

It send it to a friend
i make a copy in my computer

## 6. What is a Pull Request?

When you send a file over the internet
A pull request (PR), also known as a merge request, is a formal request in software development to merge changes from one branch (often a feature branch) into another, typically the main branch. It allows for code review and discussion before the changes are integrated into the main codebase.