Skip to content

JavaScript-Vitamins/javascript-string-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-string-methods

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

Releases

No releases published

Packages

No packages published