Skip to content

Commit a69eba2

Browse files
committed
update
1 parent 93ea85e commit a69eba2

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

README.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,60 @@
11
# JavaScript
2-
Brainstorm for JavaScript module
2+
Brainstorm JavaScript module
3+
4+
Here is an overview of the brainstorm sessions for the JavaScript modules.
5+
Feel free to make suggestions or add anything.
6+
If everyone can help out with elaborating on the different subject that would be great!
7+
8+
9+
# What
10+
11+
## Git introduction (one week)
12+
** publish your websites on Git
13+
*** branch and push, clone
14+
15+
## Module 1
16+
* Intro Javascript (What is it, where can you use it for)
17+
* Basic datatypes (array strings numbers objects)
18+
* Loops, if statements
19+
* Function decleration and excecution (code flow)
20+
* Scope
21+
22+
## Git Module (two weeks)
23+
* CLI
24+
25+
## Module 2
26+
* Advanced datatypes(objects)
27+
* Code flow
28+
* JavaScript functions, callbacks (events)
29+
30+
## Module 3
31+
* Http protocols
32+
* JSON
33+
* API's
34+
* Unit testing
35+
36+
## Optional:
37+
* Code patterns
38+
* Observer patterns
39+
* Watcher patterns
40+
41+
42+
# How
43+
44+
* More interaction, working together in class
45+
* Verbal checks in class, see if they get it (maybe by presenting their work very shortly in class)
46+
* Smaller assignments of our own, not via FCC
47+
* Check in with students during the week, small questionaire?
48+
* Test after every module, if students fail they can't move on to the rest of the program. It is possible to redo a module (one time).
49+
50+
51+
## Extra extra
52+
* Slackbot
53+
* Work in one environment
54+
55+
56+
## After
57+
* Feedback from students and teachers on the modules
58+
59+
60+

0 commit comments

Comments
 (0)