Multiple Choice
If you would like to sort an array of date values, you should do which of the following?
A) Store the dates as strings because strings can be sorted more effectively than Date objects.
B) Store the dates as Date objects because Date objects can be sorted more effectively than strings.
C) Write an algorithm that parses date strings into their month, day, and year parts.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Typically, what's the first thing you should
Q14: OOP stands for _.
Q15: To sort an array of objects, you
Q16: A class property is associated with a
Q17: Why might it be appropriate for a
Q19: An object has properties and methods. It
Q20: Using the formal JavaScript inheritance terms, which
Q21: Suppose an <code>onclick</code> event-handler function includes an
Q22: The formal term for creating an object
Q23: Suppose that you have a class named