Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 938 Bytes

File metadata and controls

27 lines (16 loc) · 938 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

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?

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?

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?

When I clone a repository, I create a local copy of a project on my computer from GitHub.

6. What is a Pull Request?

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.