book icon indicating copy to clipboard operation
book copied to clipboard

ch-03-05 Fixed text which asks to change size of Array

Open ajaymonga opened this issue 3 years ago • 0 comments

In explanation of for loop, advantage of for loop is mentioned that we don't need to remember to change code else where if we change number of values in the array. But in previous section it is mentioned that Arrays are immutable. So this can cause confusion.

ajaymonga avatar Oct 30 '22 08:10 ajaymonga