Kotlin: Ep. 10 - Arrays
In this episode of the Kotlin series, I teach you about arrays. I show you how to create them, access and modify them, primitive arrays, and then exceptions. #kotlin
Code: https://github.com/KodySimpson/kotlin-tutorial/blob/master/src/main/kotlin/basics/Arrays.kt
Join the Community! - https://discord.gg/cortexdev
Timestamps:
0:00 - Introduction
0:56 - Creating an Array
5:42 - Empty arrays
6:45 - Null arrays
7:58 - Primitive arrays
11:28 - Accessing elements
13:25 - Modifying elements
14:30 - Exceptions
Want to Support the Channel?
- Become a Member: https://www.youtube.com/KodySimpson/join
- PayPal: https://www.paypal.com/paypalme/kodysimpson
My Socials:
Github: https://github.com/KodySimpson
Instagram: https://www.instagram.com/kody_a_simpson/
Twitter: https://twitter.com/kodysimp
More Videos coming soon.
Leave a comment for any future video suggestions.
Other Videos By Kody Simpson
2024-03-27 | Java Tutorial - Unnamed Variables & Records | Java 22 Feature |
2024-03-25 | Java Tutorial - Record Patterns | Java 21 Feature |
2024-03-20 | Kotlin: Ep. 16 - When Expressions |
2024-03-20 | Kotlin: Ep. 15 - Boolean Expressions, Operator Precedence, & Short Circuiting |
2024-03-17 | Kotlin - Printing Shortcut (IntelliJ IDEA) |
2024-03-16 | Kotlin: Ep. 14 - Comparison |
2024-03-13 | Spreading Democracy and maybe some coding after |
2024-03-10 | Kotlin: Ep. 13 - Boolean Logical Operators |
2024-02-10 | Kotlin: Ep. 12 - Else-If Statements |
2024-02-03 | Kotlin: Ep. 11 - If Statements & Else Statements |
2024-01-31 | Kotlin: Ep. 10 - Arrays |
2024-01-16 | Kotlin - Command Line Arguments |
2024-01-14 | IM BACK (with rizz) |
2024-01-14 | Coding stuff LIVE (with rizz) |
2024-01-14 | Coding stuff LIVE (with rizz) |
2024-01-14 | Kotlin: Ep. 9 - Constants | Immutable Variables |
2024-01-10 | Kotlin Ep. 8 - Arithmetic | Basic Math Operations |
2024-01-09 | Kotlin Ep. 7 - Type Inference |
2024-01-08 | Kotlin Ep. 6 - Strings |
2024-01-08 | Kotlin Ep. 5 - Data Types |
2024-01-06 | Kotlin Ep. 4 - Variables |