Healthy Breakfast Coding
Michiel Hendriks

Michiel Hendriks @elmuerte

About: I shouldn't have written all of those tank programs.

Location:
End of line!
Joined:
Mar 31, 2017

Healthy Breakfast Coding

Publish Date: Jul 19 '19
10 2

It's the fruit loop

['apple', 'pear', 'grape', 'kiwi'].forEach(consume)
Enter fullscreen mode Exit fullscreen mode

Inspired by Ben's post about loops.

Comments 2 total

  • cvanpoelje
    cvanpoeljeJul 19, 2019

    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'

  • Bashayr Alabdullah
    Bashayr AlabdullahJul 19, 2019

    For loop

Add comment