Skip to content

Commit aafa3bb

Browse files
committed
commit
1 parent 292a8b8 commit aafa3bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ TODO
1111

1212
3rd: Open the folder you cloned in visual-studio code, you will see one file called (TODO.js).
1313

14-
4th: you can write your code inside .
14+
4th: create a new branch called (yourname.js).
1515

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.
1717

18-
5th: All challenge should you accept to do.
18+
5th: this challenge should you accept to do it.
1919

2020
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.
2121

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@
5959
</div>
6060
</div>
6161
</div>
62-
<script src="./todo.js"></script>
6362
</body>
6463
</html>

0 commit comments

Comments
 (0)