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

Skip to content

Commit 349a134

Browse files
authored
replace another link that is too hard to read
replaced 2 links ( from eloquent javaScript) that is too hard to read for beginners / non native english speakers. the first I replaced it with our internal Scope documentation, that currently wasn't part of the reading (and is talked about in Eloquent JS) the second I replaced with a clear video on expressions vs statements. I think in general it's good to be very specific about what each reading is exactly about, and what you should get understand out of it.
1 parent 4464846 commit 349a134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Please watch the following parts of the course, [Programming Foundations Fundame
3232
- [Array](http://javascript.info/array)
3333
- [Loops](http://javascript.info/while-for)
3434
- [Functions](http://javascript.info/function-basics)
35-
- [Another Functions article](http://eloquentjavascript.net/03_functions.html)
35+
- [Scope](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/scope.md)
3636
- [Objects](http://javascript.info/object)
3737
- [Conditions](http://javascript.info/ifelse)
38-
- [Program structure](http://eloquentjavascript.net/02_program_structure.html)
38+
- [Expressions vs statements](https://www.youtube.com/watch?v=WVyCrI1cHi8)
3939

4040
#### Git work flow
4141
- 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

0 commit comments

Comments
 (0)