Vidyalelo
JavaScript · Q14

Parsing, Benchmarking And Logging

Programming · JavaScript · question 14

Q14

What is the parameter of the method Date.parse()?

A.
date
B.
string
C.
datestring
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
The parse method is defined as Date.parse(datestring).