Declaring variables in Kotlin
Learn the difference between mutable and immutable variables and how to cut down on boilerplate code.
Learn the difference between mutable and immutable variables and how to cut down on boilerplate code.
Learn about public and private properties and how to work with mutable data and nullable types in Kotlin classes.
Learn how Kotlin functions easily accept default and multiple parameters.