+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.
...