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

Skip to content

Commit 807447d

Browse files
authored
QA.md
1 parent d3be9da commit 807447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week1/QA.md

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

3-
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:
3+
The first week of JavaScript we do not have an assignment and we encourage trainees to follow all the material at their own pace. So trainees can ask questions about any week. Expect questions about:
44

55
- Functions
66
- Basic JavaScript blocks (let/const, operators, loops, if/else, functions)
77
- The Debugger (both browser/vscode) and how to debug
88
- Naming conventions
99
- DRY principle
1010

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.
11+
In these first weeks, we want to get the trainees 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 trainees 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)