0 votes
in JavaScript by
Which built-in method returns the calling string value converted to lower case?

1 Answer

0 votes
by

toLowerCase() method returns the calling string value converted to lower case.

...