@@ -19,51 +19,47 @@ attend or want to get started early.
1919## Saturday: Workshop
2020Bring a laptop, breakfast and lunch will be provided.
2121
22- - 0800: Workstation Setup Redux (with donuts!)
22+ ### 0800: Workstation Setup Redux (with donuts!)
23+ ### 1000: Intro to Programming with Javascript
24+ - Variables
25+ - Native Types
26+ - Number
27+ - String
28+ - Boolean
29+ - Arrays
30+ - Maps
31+ - Flow control (if, else, and looping)
2332
24- - 1000: Intro to Programming with Javascript
25- - Variables
26- - Native Types
27- - Number
28- - String
29- - Boolean
30- - Arrays
31- - Maps
32- - Flow control (if, else, and looping)
33- - 1015: * Recitation:* FizzBuzz
33+ ### 1015: * Recitation:* FizzBuzz
34+ ### 1045: Activity
35+ ### 1100: Functions in Javascript
36+ - What is a function?
37+ - Function expressions
38+ - Function parameters
39+ - Functions that * return*
40+ - Functions that call functions
3441
35- - 1045: Activity
42+ ###1115 : * Recitation:* Reverse a numbers
43+ - Write a function that reverses the digits in a number and returns it
3644
37- - 1100: Functions in Javascript
38- - What is a function?
39- - Function expressions
40- - Function parameters
41- - Functions that * return *
42- - Functions that call functions
43- - 1115: * Recitation: * Reverse a numbers
44- - Write a function that reverses the digits in a number and returns it
45+ ### 1145: Activity
46+ ### 1200: Lunch
47+ ### 1300: Advanced Topics
48+ - Functions as Function parameters
49+ - Callbacks and EventEmitters
50+ - Capturing keyboard input with stdin
51+ - Reading and Writing files with ` fs ` package
52+ - Reading a file from the web with ` http ` package
4553
46- - 1145: Activity
47-
48- - 1200: Lunch
49-
50- - 1300: Advanced Topics
51- - Functions as Function parameters
52- - Callbacks and EventEmitters
53- - Capturing keyboard input with stdin
54- - Reading and Writing files with ` fs ` package
55- - Reading a file from the web with ` http ` package
56- - 1315: * Recitation:* Download a file from the web and save it to a file
57-
58- - 1345: Activity
59-
60- - 1400: Breakout topics
61- - Website in express on Heroku/Nodejitsu/Engine Yard
62- - Advanced "Proper" Javascript
63- - Prototypal objects
64- - Variable scoping and closures
65- - Variable hoisting
66- - Software Engineering Fundamentals
67- - Testing
68- - Package management
69- - etc.
54+ ###1315 : * Recitation:* Download a file from the web and save it to a file
55+ ###1345 : Activity
56+ ###1400 : Breakout topics
57+ - Website in express on Heroku/Nodejitsu/Engine Yard
58+ - Advanced "Proper" Javascript
59+ - Prototypal objects
60+ - Variable scoping and closures
61+ - Variable hoisting
62+ - Software Engineering Fundamentals
63+ - Testing
64+ - Package management
65+ - etc.
0 commit comments