Login
Remember
Register
Ask a Question
Which built-in method returns the calling string value converted to lower case?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
Which built-in method returns the calling string value converted to lower case?
string-characters
string-method
method-of-javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
toLowerCase() method returns the calling string value converted to lower case.
...