google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: #68

Open reyan-papa-melco opened 4 years ago

reyan-papa-melco commented 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

Screenshot 2020-07-27 at 4 29 41 PM

codelab: kotlin-bootcamp