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

Skip to content

Commit 550887e

Browse files
authored
Create QA.md
1 parent 9b4b75b commit 550887e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Week3/QA.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Q & A Session
2+
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:
4+
5+
- Functions
6+
- Scope
7+
- The Debugger (both browser/vscode) and how to debug functions
8+
- DRY principle
9+
- Naming conventions
10+
11+
In these first weeks we want to get the students to create the right mental model for JavaScript constructs, so try to go back to basics as much as possible. However easy it comes to the mentors, this is the first time students encounter all the syntax of a programming language. So try to go slowly and use the debugger / [JSTutor](http://pythontutor.com/javascript.html#mode=edit) as much as possible.

0 commit comments

Comments
 (0)