In this episode, I explain more APIs from ImmutableJS iterable.
map, filter, filterNot, reverse, sort, sortBy, forEach, slice, rest, butLast, skip, skipLast, skipWhile, skipUntil, take, takeLast, takeWhile, takeUntil
Resources:
* https://github.com/davidwparker/programmingtil-immutablejs/tree/master/0006-iterator-part-3
* https://facebook.github.io/immutable-js/docs/#/Iterable
* https://facebook.github.io/immutable-js/docs/#/Seq