+2 votes
in JavaScript by

How can you move element in lowercase to uppercase from an array?

1 Answer

0 votes
by
toUpperCase method returns the calling string value converted to upper case.

Related questions

+1 vote
asked Jul 16, 2019 in JavaScript by Indian
+2 votes
asked Jul 16, 2019 in JavaScript by Indian
...