Vlad
0
Q:

kotlin first element of array

// Use the first() function
var intArray = arrayOf(10, 20, 30, 40, 50)

println(intArray.first())

// Returns 10
0

New to Communities?

Join the community