- 2.01 Playground
- 2.02 Hello World
- 2.03 Short Declaration Operator
- 2.04 The Var Keyword
- 2.05 Exploring Type
- 2.06 Zero Value
- 2.07 The fmt Package
- 2.08 Creating Your Own Type
- 2.09 Conversion, Not Casting
- 3.01 Hands-on Exercise #1
- 3.02 Hands-on Exercise #2
- 3.03 Hands-on Exercise #3
- 3.04 Hands-on Exercise #4
- 3.05 Hands-on Exercise #5
- 3.06 Hands-on Exercise #6
- 4.01 Bool Type
- 4.02 How Computers Work
- 4.03 Numeric Types
- 4.04 String Type
- 4.05 Numeral Systems
- 4.06 Constants
- 4.07 Iota
- 4.08 Bit Shifting
- 5.01 Hands-on Exercise #1
- 5.02 Hands-on Exercise #2
- 5.03 Hands-on Exercise #3
- 5.04 Hands-on Exercise #4
- 5.05 Hands-on Exercise #5
- 5.06 Hands-on Exercise #6
- 5.07 Hands-on Exercise #7
- 5.07a Hands-on Exercise #7 Answers
- 6.01 Understanding Control Flow
- 6.02 Loop - Init, Condition, Post
- 6.03 Loop - Nested Loops
- 6.04 Loop - For Statement
- 6.05 Loop - Break & Continue
- 6.06 Loop - Printing ASCII
- 6.07 Conditional - If Statement
- 6.08 Conditional - If, Else if, Else
- 6.09 Loop, Conditional, Modulus
- 6.10 Conditional - Switch Statement
- 6.11 Conditional - Switch Statement Documentation
- 6.12 Conditional Logic Operators