InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are static methods in JavaScript?(a) Date.parse()(b) Date.UTC()(c) Both Date.parse() and Date.UTC()(d) Date.clear()I had been asked this question in an interview for job.The origin of the question is Comparison of Core JavaScript versus Frameworks in division Caching, Debugging and Animation of JavaScript |
|
Answer» Correct answer is (c) Both Date.parse() and Date.UTC() |
|