01 Introduction
02 Setup a Project in IntelliJ IDEA
03 Explore Kotlin Language Basics
04 Use Booleans & Comparison Operators
05 Challenge Booleans
06 Combine Logical Operators
07 Branch with If Expressions & Scopes
08 Challenge Practice If Expressions & Boolean Logic
09 Conclusion
10 Introduction
11 Understand While Loops
12 Challenge Use While Loops
13 Work with For Loops
14 Challenge Use For Loops
15 Learn more Loop Features
16 Simplify Code with When Expressions
17 Challenge Use When Expressions
18 Conclusion
19 Introduction
20 Create & Consume Nullables
21 Challenge Use Nullables
22 Write Custom Functions
23 Return Data From Functions
24 Challenge Work with Functions
25 Conclusion