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 => x > 10); 
console.log(average); 
Author: Vincent CotroStatus: Archived(New question!)(Update)Question passed 79 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!