What is the parameter of the method Date.parse()?
A
date
B
string
C
datestring
D
string
Correct Answer: datestring
The parse method is defined as Date.parse(datestring). The parse() method parses a date string and returns the number of milliseconds between the date string.