Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 319 Bytes

Ruby Basics - Code the Dream Course 1

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