How to make the first letter in a string into a capital letter in JavaScript?
Originally Published Here ๐!
To make the first letter of a string into a capital letter in JavaScript, the basic idea is to get the first character in the string and then make it a capital letter using the toUpperCase() string method and then by app...
melvingeorge-me.hashnode.dev3 min read