You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ TODO
11
11
12
12
3rd: Open the folder you cloned in visual-studio code, you will see one file called (TODO.js).
13
13
14
-
4th: you can write your code inside .
14
+
4th: create a new branch called (yourname.js).
15
15
16
-
4th: inside the (yourname.js) you just created, you will see all arrays and instructions on what to do.
16
+
4th: inside the (TODO.js), you will see all arrays and instructions on what to do copy every thing from there to your new file (yourname.js) you created then code your solution.
17
17
18
-
5th: All challenge should you accept to do.
18
+
5th: this challenge should you accept to do it.
19
19
20
20
6th: inside the (index.html) file you saw earlier edit it and include your (yourname.js) file at the bottom of the page before the closing tag of body.
0 commit comments