01 / 05
How is the calling side written?
Hand a function to forEach and it got called once per item. So how is the side doing the calling written?
In fact it does nothing special. It only puts () on the function it caught as an argument and calls it. You can write the same thing yourself.