File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,15 @@ particularly weak near the end.
1717 - Operators
1818 - Flow control structures (if & else, while, for, for... in)
1919 - Advanced control structures (switch, ternary operator)
20+ - Console.log
2021- Entering the REPL with the ` node ` command
21- - Execuing code files with ` node `
22+ - Executing code files with ` node `
2223- * Recitation:* Simple programming project to demonstrate skills taught
24+ - Mathematics examples
25+ - Simple addition and multiplication examples printed to stdout (exercise order of operations and parens?)
26+ - Sum of all odd numbers from 1 to 100
27+ - Calculating distance between two points
28+ - Substituting characters of a string with the 1337 speak equivelant eg. street -> 57r337
2329- Hand out Saturday's schedule
2430
2531## Saturday: Workshop
You can’t perform that action at this time.
0 commit comments