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

Skip to content

Commit c1f697e

Browse files
committed
fix some inconsistencies with week numbers
1 parent 616ee50 commit c1f697e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Week1/QA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The first week of JavaScript we do not have homework and we encourage students to follow all the material at their own pace. So students can ask questions about any week. Expect questions about:
44

5+
- Functions
56
- Basic JavaScript blocks (let/const, operators, loops, if/else, functions)
67
- The Debugger (both browser/vscode) and how to debug
78
- Naming conventions

Week2/QA.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Q & A Session
22

3-
The first 2 weeks of JavaScript we do not have homework and we encourage students to follow all the material at their own pace. So students can ask questions about any week. Expect questions about:
3+
This week we are going deeper into more advanced topics, so expect questions about:
44

5-
- Functions
65
- Scope
76
- The Debugger (both browser/vscode) and how to debug functions
87
- DRY principle

Week3/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Homework JavaScript Week 4
1+
# Homework JavaScript Week 3
22

33
## **Todo list**
44

Week3/QA.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Q & A Session
22

3-
The fourth week is all about more complex JavaScript topics. By now the students should have the basics down, so expect some tougher questions. Expect questions about:
3+
The third week is all about more complex JavaScript topics. By now the students should have the basics down, so expect some tougher questions. Expect questions about:
44

55
- Higher Order Functions
6-
- *Closures*
6+
- _Closures_
77
- The Debugger (both browser/vscode) and how to debug functions
88

99
We have noticed that Closures are tough for the students, so try to spend any time you have spare on that topic. Also try to keep using the debugger to show what happens line by line!

Week3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Reading Material JavaScript Week 4
1+
# Reading Material JavaScript Week 3
22

33
## Agenda
44

5-
These are the topics for week 4:
5+
These are the topics for week 3:
66

77
1. [Higher Order Functions](https://study.hackyourfuture.net/#/javascript/higher-order-functions)
88
- Array methods

0 commit comments

Comments
 (0)