JavaScript toLowerCase()
JavaScript toLowerCase() Summary: in this tutorial, you’ll learn how to use the JavaScript String.prototype.toLowerCase() method to return a string with all the characters converted to lowercase. Introduction to the JavaScript toLowerCase() method The toLowerCase() method returns a new string with all characters converted to lowercase. The following shows the syntax of the toLowerCase() method: str.toLowerCase()…
Read more