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

Skip to content

Commit 9b4b75b

Browse files
authored
Create QA.md
1 parent 1196e66 commit 9b4b75b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Week2/QA.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Q & A Session
2+
3+
The first 3 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+
- Basic JavaScript blocks (let/const, operators, loops, if/else, functions)
6+
- The Debugger (both browser/vscode) and how to debug
7+
- Naming conventions
8+
- DRY principle
9+
10+
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)