diff --git a/homework.md b/homework.md
index 35d995b6..736b7e00 100644
--- a/homework.md
+++ b/homework.md
@@ -4,31 +4,31 @@
What is 2 + 2?
-5
+4
## Question 2
What is the opposite of Black?
-Purple
+white
## Question 3
What is the 2 * 3 * 6 * 1 * 10 * 34?
-1322
+12240
## Question 4
What does HTML stand for?
-Hyper Tall Massive Language
+HyperText Markup Language
## Question 5
What is CSS useful for?
-Making a website go faster
+Making a website Beautiful
## Question 6
@@ -44,61 +44,61 @@ Using CSS, how would I select every `
` tag on the page?
What is JavaScript?
-A programming language used on the internet
+A programming language used for making website interactive
## Question 8
What three problem does Git & Github solve?
-When people want to show off code to each other they can put it on Github
+When people want to show off code to each other they can put it on Github, collaboration , you can edit it, we can keep tracking history of ouer project.
## Question 9
What happens when you `fork` a repository?
-You delete it
+You are coping someone's cod to your github.
## Question 10
What happens when you clone a repostory?
-It send it to a friend
+It copying somone's code to local device.
## Question 11
What is a Pull Request?
-When you send a file over the internet
+asking owener to give us permission for our change.
## Question 12
What is the Git History log?
-It lets you see into the future
+It's showes our change.
## Question 13
What does it meant to "push" changes to Github?
-You send the changes of your local repository to Github
+You send the changes of your local repository to your Github
## Question 14
What is Github?
-A place for us to store and share our code.
+A Git website for us to store and share our code.
## Question 15
What does it mean to "Commit your changes"?
-Send you code to Github
+Save you code to Github
## Question 16
What program do we use to write code at CodeYourFuture?
-Microsoft Word
+Visual Studio Code.
## Question 17
@@ -110,4 +110,4 @@ To record what changes you made to the code
Where can I look to find help with Git?
-The Git Cheatsheet!
+The Git Cheatsheet! and Google.