JavaScript has built-in methods like .toLowerCase() – to convert text to lower case – and .toUpperCase() – to convert text to upper case. However, there’s no built-in method to convert text to title case i.e. “How Are You”. However, we can combine .toUpperCase() with another method .charAt() to achieve this result.

#snippets #javascript snippet #js #javascript

JavaScript Snippet - Capitalize Text with JavaScript
4.80 GEEK