Discussion :: Javascript - CS
- Which of the following are static methods in JavaScript?
Answer : Option C
Explanation :
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.
Be The First To Comment