DEV Community

Discussion on: Two string methods every JavaScript developer should know.

Collapse
 
davehoran profile image
Dave Horan

Nicely done. You can certainly use regex in the future, but this time around you discovered the magic of split and replace for string manipulation. More tools in your code toolbox.