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 #16

Filter Words by Length

easyLoops

Given const words = ['sun','apple','tree','grapes'];, which code returns only the words with five or more characters?

📄 Code

1const words = ['sun','apple','tree','grapes'];