#string-methods
Read more stories on Hashnode
Articles with this tag
ES6 introduced new string methods such as startsWith(), endsWith(), includes(), padStart(), padEnd(), repeat(). To check if a string starts with a...