DEV Community

Discussion on: 10 Must know JavaScript string methods for everybody

Collapse
 
paulstr profile image
paulStr

Thanks for the post, nice to read and easy to understand examples.

There`s a small issue with the code breakdown of endsWith,
str.endsWith('melon', 8) returns true should return false.

Collapse
 
albertomontalesi profile image
AlbertoM

You are right! I've fixed it now