0 votes
in JavaScript by (30.8k points)
Which built-in method returns the calling string value converted to upper case?

1 Answer

0 votes
by (23.1k points)

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

Related questions

...