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