DEV Community

Discussion on: JavaScript: Harvest string words first chars..

Collapse
 
drozerah profile image
Drozerah • Edited

Image

Using Array​.prototype​.reduce() you don't need to join ;)

Collapse
 
matscode profile image
Michael Akanji

Hhmmm, this is good @drozerah