JavaScript String toLowerCase()
In this tutorial, we will learn about the JavaScript String toLowerCase() method with examples. The JavaScript String toLowerCase() method converts the string into lowercase and returns a new string. toLowerCase()…