Tag Archives: FilterIterator

Iterators 101: make your data go “loopty-loop”

All developers constantly come into contact with amounts of data stored in arrays or objects. Getting a hold of the particular chunk of data depends on the type of input you’re dealing with and the way you want manage and output it. If you’re dealing with arrays all is well and you can easily loop