Open reyan-papa-melco opened 4 years ago
Describe the problem Definition and Note for is contradicting.
In which step of the codelab can this issue be found? Kotlin Bootcamp for Programmers 2: Kotlin basics section "Create Arrays"
Steps to reproduce? Click this link https://codelabs.developers.google.com/codelabs/kotlin-bootcamp-basics/#4
Versions not applicable
Additional information It was defined that arrays in Kotlin are not mutable so it's fixed. But in the note it was mentioned that using val, you can still change the contents of the array.
Please see attached images
codelab: kotlin-bootcamp
Describe the problem Definition and Note for is contradicting.
In which step of the codelab can this issue be found? Kotlin Bootcamp for Programmers 2: Kotlin basics section "Create Arrays"
Steps to reproduce? Click this link https://codelabs.developers.google.com/codelabs/kotlin-bootcamp-basics/#4
Versions not applicable
Additional information It was defined that arrays in Kotlin are not mutable so it's fixed. But in the note it was mentioned that using val, you can still change the contents of the array.
Please see attached images
codelab: kotlin-bootcamp