Snippets tagged “touppercase”
2 snippets use this tag.
- How to Capitalize the First Letter in a String in JavaScriptJavaScript
Read this JavaScript tutorial and learn the methods and undertake some steps which will help you make the first letter in the string uppercase easily.
- How to Convert JavaScript String to be All Lowercase and Vice VersaJavaScript
Read this tutorial and learn the way of making a JavaScript string all lowercase and uppercase with the help of toLowerCase() and toUpperCase() functions.