Question from the Javascript - Fundamentals test

Archived

What can be said about the following code?

const notes = [10, 7, 9]; 
const average = notes.filter(x > 10); 
console.log(average); 
Author: KahinaStatus: Archived(New question!)Question passed 27 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!