You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If you haven't done already, watch: [What is programming](https://www.khanacademy.org/computing/computer-programming/programming/intro-to-programming/v/programming-intro)
39
-
Just watch the 2 min video, you do not have to do the entire JavaScript course (It could be useful later on though).
40
-
41
-
2. 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 Wouter):
42
-
<br>**4. Writing Conditional Code**
43
-
<br>**5. Modular Code**
44
-
<br>**6. Iteration: Writing Loops**
45
-
<br>**7. More About Strings**
46
-
<br>**8. Collections**
47
-
<br>**11. When Things Go Wrong**
48
-
49
-
## Step 3: Rover the Robot
36
+
## Step 2: Rover the Robot
50
37
51
38
Go and try out this cool game: [roverjs.com](http://roverjs.com), written by one of our HYF teachers, Joost Lubach. There are different levels, see how far you can get!
52
39
53
-
## Step 4: String and Array challenges
40
+
## Step 3: String and Array challenges
54
41
55
42
_Deadline Wednesday_
56
43
@@ -169,7 +156,7 @@ let favoriteAnimals = ["blowfish", "capricorn", "giraffe"];
169
156
170
157
> ‘Coerce' means to try to change - so coercing `var x = '6'` to number means trying to change the type to number temporarily.
0 commit comments