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

1 Answer

0 votes
by

toUpperCase() method returns the calling string value converted to upper case.

...