Skip to content

Commit a833423

Browse files
committed
Suggestion for modifications to fridays schedule.
1 parent 3e3efaa commit a833423

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)