What is the output of the following code? var scores = [92, 68, 83, 95, 91, 65, 77]; var highScores = scores.filter(gradeA) ; function gradeA(value) { return value > 90; }
A) [92, 95, 91]
B) [96, 97, 98]
C) [68, 83, 65, 77]
D) [91, 92, 65, 68, 77, 83]
Correct Answer:
Verified
Q41: The _ method creates a new array
Q42: Identify a true statement of array.some(callback [,thisArg])method.
A)
Q43: The _ method diminishes array from the
Q51: Identify a method that tests whether the
Q52: Identify the general syntax of the forEach
Q54: Identify a method that decreases array by
Q58: Identify the general structure for accessing each
Q59: Identify a method that extracts array items
Q60: Which of the following methods creates a
Q61: Identify the letter of the choice that
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents