Call a method on all items in an iterable by calling it on the iterable itself
by sindresorhusJavaScript
Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/magic-iterable. Description: Call a method on all items in an iterable by calling it on the iterable itself Stars: 164, Forks: 8. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: es2015-proxy, iterable, nodejs, npm-package. Latest release: v1.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, Richienb.
Here is my solution for issue #4, however it doesn't solve the problem as you expected in the test case. But still hope it helps.