FrontendInterviews.dev

660. Array.every on Empty Array

Easy•

Predict the output.

console.log([].every(Boolean))

What is printed in the console?

Select an option and submit your answer.
Next Problem