Created with CodeSandbox
Strings are objects, learn how to use some of the basic methods available on those objects to manipulate strings. This allows you to have ideas of how you can manipulate strings right at your fingertips ad you work on your projects.
Repository: https://github.com/JavaScript-Vitamins/javascript-string-methods
endsWith() startsWith() includes() trim() toLowerCase() toUpperCase() charAt() search() concat() indexOf() lastIndexOf() repeat() slice() split() substr() substring() length