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

Logging Array Length

easyPrinting

Given an array of fruits, which statement logs "Array length: 4"?

📄 Code

1const fruits = ['apple','banana','orange','grape'];
2// TODO: print the length