Multiple Choice
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
Correct Answer:
Verified
Q1: Identify a method that is used to
Q18: Identify the expression used to reference array
Q37: Case-Based Critical Thinking Questions Case 9-2 Gregor,
Q39: Identify the output of the following code.
Q40: Case-Based Critical Thinking Questions Case 9-1 Melissa,
Q43: The <u>getDate</u>()method in a calendar app returns
Q44: The <u>map(callback [,thisArg])</u>method returns the index of
Q59: Index values start with 1 so that
Q60: Identify a method that decreases array by
Q86: The _ method creates a new array