Login
Remember
Register
Ask a Question
How can you move element in lowercase to uppercase from an array?
+2
votes
asked
Jul 16, 2019
in
JavaScript
by
Indian
How can you move element in lowercase to uppercase from an array?
#java-script
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
toUpperCase method returns the calling string value converted to upper case.
...