Which built-in method returns the calling string value converted to lower case in JavaScript?
toLowerCase() method returns the calling string value converted to lower case.
toLowerCase() method returns the calling string value converted to lower case.