001 Introduction to the chapter
002 Variables and differences between val and var
003 Datatypes of numbers
004 Datatypes bool, char and string
005 Code for Variables and Datatypes.html
006 Exercise Variables And Datatypes.html
007 Solution For The Exercise Variables And Datatypes.html
008 String Interpolation - String Templates
009 Arithmetic Operators and why the type is important
010 Comparison Operators
011 assignment, incriment and decrement operators
012 Code Operators.html
013 If Statements
014 If Statements Part 2
015 Note - If Statemens as Expressions.html
016 When Expressions - Including Exercises
017 Code Of If Statements And When Expressions.html
018 Note - When Statements as Expressions.html
019 While Loop
020 Do While Loop
021 More On While Loops
022 For Loops
023 Code Loops.html
024 Exercise Loops.html
025 Solution For Exercise Loops.html
026 Break and Continue
027 Functions - Parameters - Arguments and Return - Exercise Included
028 Code Functions.html
029 Nullables In Kotlin
030 Nullables - Elvis Operator - Not Null Assertion
031 Code Nullables.html
032 Summary - Kotlin Fundamentals I