CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
JavaScript Quiz #14

Uppercase With map

easyLoops

Which method converts each word in ['cat','dog','bird'] to uppercase and returns a new array?

📄 Code

1const words = ['cat','dog','bird'];