Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03b4d9c

Browse files
authored
Update README.md
1 parent 6db0bf3 commit 03b4d9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Week3/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ In week three we will discuss the following topics:
2121

2222
Please watch the following parts of the course, [Programming Foundations Fundamentals](https://www.lynda.com/Programming-Foundations-tutorials/Welcome/83603/90426-4.html) on Lynda.com (if you don't have access to Lynda yet ask Gijs):
2323

24-
<br>4. Writing Conditional Code
25-
<br>5. Modular Code
26-
<br>6. Iteration: Writing Loops
27-
<br>7. More About Strings
28-
<br>8. Collections
29-
<br>11. When Things Go Wrong
24+
4. Writing Conditional Code
25+
5. Modular Code
26+
6. Iteration: Writing Loops
27+
7. More About Strings
28+
8. Collections
29+
11. When Things Go Wrong
3030

3131
## Read the following articles that are very important to programming!
3232
- [Array](http://javascript.info/array)
3333
- [Loops](http://javascript.info/while-for)
3434
- [Functions](http://javascript.info/function-basics)
35-
- [Functions](http://eloquentjavascript.net/03_functions.html)
35+
- [Another Functions article](http://eloquentjavascript.net/03_functions.html)
3636
- [Objects](http://javascript.info/object)
3737
- [Conditions](http://javascript.info/ifelse)
3838
- [Program structure](http://eloquentjavascript.net/02_program_structure.html)

0 commit comments

Comments
 (0)