← Back to Question List
JavaScript Quiz #16
Filter Words by Length
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'];