2.0.2 • Published 4 years ago
foreachain v2.0.2
foreachain
The chainable
forEach().
[2,3,5].forEachain(v => {console.log(v)})
.map(v => v * 3)
.forEach(v => {console.log(v)});Docs
Read full docs on GitHub.
The chainable
forEach().
[2,3,5].forEachain(v => {console.log(v)})
.map(v => v * 3)
.forEach(v => {console.log(v)});Read full docs on GitHub.