Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 837 Bytes

File metadata and controls

23 lines (13 loc) · 837 Bytes

Linus's Homework

1. What is 2 + 2?

2 + 2 = 4

2. What is JavaScript?

JavaScript is a programming language used to make websites interactive, such as responding to user actions and updating content dynamically.

3. Name three problems Git & GitHub solve?

Git and GitHub help developers track changes in code, collaborate with others, and share code online.

4. What happens when you fork a repository?

Forking a repository creates a copy of the project in your own GitHub account so you can make changes without affecting the original.

5. What happens when you clone a repository?

Cloning a repository downloads a copy of the project to your computer so you can work on it locally.

6. What is a Pull Request?

A pull Request is a way to ask for your changes to be reviewed and merged into another repository.