part three
Collections are objects that store and organize other objects. In this part we look at unique features and capabilities of collections such as arrays, sets and strings. However, we also delve into what is common across all collections, such as iterating over all the elements in a for loop or higher order functions such as map, filter and reduce.
We briefly covered collections in the part 1, Basics, but here we go deeper on each topic.