Hard

Implementing a Generator Composition Function in JavaScript for Data Processing Pipeline

You're building a data processing pipeline using generators. What's the correct implementation to make this compose function work?

Choose an option below