Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 697 Bytes

File metadata and controls

25 lines (13 loc) · 697 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

JavaScript is a programming language which make the website interactive and dynamic.

3. Name three problems Git & GitHub solve?

People can work together on the exact same codebase on GitHub. It backups your project in the internet. It saves the histroy of your project.

4. What happens when you fork a repository?

You make a personal copy for someone's project into your personal account.

5. What happens when you clone a repository?

Cloning allows downloading your project from Github to your computer.

6. What is a Pull Request?

A Pull Request is to tell the project owner to merge your code changes.