Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Week3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Please watch the following parts of the course, [Programming Foundations Fundame
- [Array](http://javascript.info/array)
- [Loops](http://javascript.info/while-for)
- [Functions](http://javascript.info/function-basics)
- [Another Functions article](http://eloquentjavascript.net/03_functions.html)
- [Scope](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/scope.md)
- [Objects](http://javascript.info/object)
- [Conditions](http://javascript.info/ifelse)
- [Program structure](http://eloquentjavascript.net/02_program_structure.html)
- [Expressions vs statements](https://www.youtube.com/watch?v=WVyCrI1cHi8)

#### Git work flow
- 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
Expand Down