DEV Community

Discussion on: Convert a string to an array of characters using ES6 spread syntax

Collapse
 
hsolatges profile image
hsolatges

Other ways and their benchmarks: jsben.ch/VuGAp
Note that spread operator is most often the slowest of all. Does it worth it in that case?