diff --git a/homework.md b/homework.md index 1a8a59b..5b038af 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,22 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming language and mainly used to make website interactive and dynamic. ## 3. Name three problems Git & GitHub solve? - -When people want to show off code to each other they can put it on GitHub +tracking of code . keeping code in the claude for recovery .team work project . ## 4. What happens when you `fork` a repository? -You delete it - +creating my own independent version of someone else's project so I can experiment or modify it. ## 5. What happens when you clone a repository? -It send it to a friend +I download a same repository to my local folder . ## 6. What is a Pull Request? -When you send a file over the internet + Requesting for review my code change and merge into main project. \ No newline at end of file