Vidyalelo
JavaScript · Q112

Caching And Debugging

Programming · JavaScript · question 112

Q112

How many static methods does a Date object have?

A.
3
B.
5
C.
4
D.
2
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The Date object defines two static methods namely Date.parse() and Date.UTC().