It's the fruit loop
['apple', 'pear', 'grape', 'kiwi'].forEach(consume)
Inspired by Ben's post about loops.


About: I shouldn't have written all of those tank programs.
It's the fruit loop
['apple', 'pear', 'grape', 'kiwi'].forEach(consume)
Inspired by Ben's post about loops.
Currently, the ones that I use the most are the .map .reduce and .forEach loops.
As an Angular developer, there is a lot to discover in all of the RxJs operators. There are so many 0_0'