Examveda
Examveda

Which of the following are static methods in JavaScript?

A. Date.parse()

B. Date.UTC()

C. Both Date.parse() and Date.UTC()

D. None of the mentioned

Answer: Option C

Solution(By Examveda Team)

Date.parse() parses a string representation of a date and time and returns the internal millisecond representation of that date. Date.UTC() Returns the millisecond representation of the specified UTC date and time.

This Question Belongs to Javascript >> Caching And Debugging

Join The Discussion

Related Questions on Caching and Debugging