We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4801462 commit 3e3efaaCopy full SHA for 3e3efaa
readme.md
@@ -13,6 +13,7 @@ particularly weak near the end.
13
- Introduction to writing JavaScript
14
- Variables
15
- Native types
16
+ - Arrays
17
- Operators
18
- Flow control structures (if & else, while, for, for... in)
19
- Advanced control structures (switch, ternary operator)
@@ -27,6 +28,7 @@ Bring a laptop, lunch will be provided.
27
28
- Brief history of JavaScript
29
- Writing intermediate JavaScript
30
- Functions
31
+ - Objects
32
- Variable scoping and closures
33
- Events
34
- Callbacks
0 commit comments