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
On freeCodeCamp.com please do the [Basic JavaScript](https://www.freecodecamp.com/challenges/learn-how-free-code-camp-works) exercises up and until the **"Shopping List"** exercise (there are some topics we did not cover but you can do it).
39
+
40
+
## Step 4: Read before next lecture
41
+
42
+
_Deadline Sunday morning_
43
+
44
+
Go trough the reading material in the [README.md](/Week2/README.md) to prepare for your next class
# Reading material for your first JavaScript lesson:
2
2
3
-
```
4
-
In week one we will discuss the following topics:
5
-
• Git
6
-
```
3
+
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
7
4
8
-
### Here are resources that we like you to read as a preparation for the coming lecture.
5
+
Only watch the below chapters:
9
6
10
-
- In your next lecture your teacher will teach you your first GIT session, please look through the [GIT](https://github.com/FooCoding/Git) repository and read about the learning goals.
11
-
- Please watch [Up Running with Bash Scripting](https://www.lynda.com/Bash-tutorials/Up-Running-Bash-Scripting/142989-2.html)
12
-
as a recap on the cli classes you have had (1 hour and 25 min). Please ask Wouter for access to Lynda.com
13
-
- Please watch the first 5 chapters of the [Git essential training](https://www.lynda.com/Git-tutorials/Git-Essential-Training/100222-2.html)
Copy file name to clipboardExpand all lines: Week2/MAKEME.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,13 +143,7 @@ if (...) {
143
143
10\.2 Can you compare infinities? (Not in Eyad's world) - does 6/0 === 10/0? How can you test this?
144
144
10\.3 Add `console.log` statements to the above program in which you show that you understand the concepts (just like you've done in the above assignments).
On freeCodeCamp.com please do the [Basic JavaScript](https://www.freecodecamp.com/challenges/learn-how-free-code-camp-works) exercises up and until the **"Shopping List"** exercise (there are some topics we did not cover but you can do it).
0 commit comments