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

Skip to content

Commit 5fbd33c

Browse files
committed
added right reference to feedback
1 parent 386c84d commit 5fbd33c

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

Week2/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Please watch the following parts of the course, [Programming Foundations Fundame
2020
<br>8. Collections
2121
<br>11. When Things Go Wrong
2222

23-
2423
## Read
2524
- [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype)
2625

@@ -32,6 +31,9 @@ Please watch the following parts of the course, [Programming Foundations Fundame
3231
- 'Conditions' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 10 - 14
3332
- Program structure ~ http://eloquentjavascript.net/02_program_structure.html
3433

34+
#### Git work flow
35+
- Check out this video of Daan to see how we use Git Workflow to hand in Homework (from now on): https://www.youtube.com/watch?v=-o0yomUVVpU&index=2&list=PLVYDhqbgYpYUGxRdtQdYVE5Q8h3bt6SIA
36+
3537
### Review
3638
- Go through the review of [week 1](/Week1/REVIEW.md)
3739
- Go through the review of [week 2](/Week2/REVIEW.md)

Week3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ In week three we will discuss the following topics:
55
• Capturing user input
66
• Basic DOM manipulations[img src, innerHTML]
77
• Code debugging using the browser
8+
• Events
89
• Code commenting
910
• Structuring code files
1011
```

Week5/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
In week six we will discuss the following topics:
55
• Closures
66
• Scope
7-
• Events
87
• Callbacks
98
```
109

@@ -17,9 +16,6 @@ In week six we will discuss the following topics:
1716
#### Design patterns
1817
- [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/#detailnamespacing) up to and including chapter 3
1918

20-
#### Git work flow
21-
- Check out this video of Daan to see how we use Git Workflow to hand in Homework (from now on): https://www.youtube.com/watch?v=-o0yomUVVpU&index=2&list=PLVYDhqbgYpYUGxRdtQdYVE5Q8h3bt6SIA
22-
2319
_Please go through the material and come to class prepared!_
2420

2521

Week5/REVIEW.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
```
44
this review covers:
5-
• Git Session
65
• Events
76
• Callbacks
87
• XHTTP Requests

Week6/MAKEME.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Topics discussed this week:
55
• Closures
66
• Scope
7-
• Events
87
• Callbacks
98
```
109

@@ -14,7 +13,7 @@ Topics discussed this week:
1413

1514
_Deadline Monday_
1615

17-
Give feedback on `step 3` of `week 5` to one of your fellow students (do this by creating issues in Github).
16+
Give feedback on `step 2` of `week 5` to one of your fellow students (do this by creating issues in Github).
1817

1918
## Step 2: Git Homework
2019

0 commit comments

Comments
 (0)