Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 645 Bytes

File metadata and controls

25 lines (13 loc) · 645 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.

3. Name three problems Git & GitHub solve?

code review,version control,collaboration

4. What happens when you fork a repository?

you create an independent copy of it under your own account

5. What happens when you clone a repository?

you create a complete copy of entire project

6. What is a Pull Request?

pr is a way to propose changes to a software projects codebase,allowing developers to notify others for discuss and review .