Today I practiced more Go on Sololearn! This time, I went over array slices, dynamically-sized views into the contents of an array. Go also has a make function, which allows you to make slices and dynamically-sized arrays. This function goes hand-in-hand with the append function, which adds elements to the array.

Bug Zero Icon

OUR NEWSLETTER