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

Skip to content

Commit b50eeec

Browse files
authored
Update MAKEME.md
1 parent 9f24f0d commit b50eeec

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

Week3/MAKEME.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,11 @@ Topics discussed in class this week:
3333
- [Functions](./../../../../fundamentals/blob/master/fundamentals/functions.md)
3434
- [Scope](./../../../../fundamentals/blob/master/fundamentals/scope.md)
3535

36-
## Step 2: Watch
37-
38-
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
5037

5138
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!
5239

53-
## Step 4: String and Array challenges
40+
## Step 3: String and Array challenges
5441

5542
_Deadline Wednesday_
5643

@@ -169,7 +156,7 @@ let favoriteAnimals = ["blowfish", "capricorn", "giraffe"];
169156
170157
> ‘Coerce' means to try to change - so coercing `var x = '6'` to number means trying to change the type to number temporarily.
171158

172-
## Step 7: **Finish basic freeCodeCamp challenges:**
159+
## Step 4: **Finish basic freeCodeCamp challenges:**
173160

174161
_Deadline Saturday_
175162

@@ -183,7 +170,7 @@ Please make sure you REALLY understand the exercises below:
183170
- https://www.freecodecamp.com/challenges/add-new-properties-to-a-javascript-object
184171
- https://www.freecodecamp.com/challenges/delete-properties-from-a-javascript-object
185172

186-
## Step 8: Read before next lecture
173+
## Step 5: Read before next lecture
187174

188175
_Deadline Sunday morning_
189176

0 commit comments

Comments
 (0)