Lesson | Description |
---|---|
1 | Introductions, Setup, Command Line |
2 | Programming Languages overview, irb, Types, Printing |
3 | Getting input, Boolean logic, if statements |
4 | nil, while statements |
5 | arrays, ranges |
6 | blocks, functions/methods |
7 | functions/methods, scope |