Which JavaScript statement(s) is correct to create Date object(s) with new Date() constructor?
Options:
Explanation:
All of the above statements are correct to create Date objects with
new Date() constructor.
Tags:
JavaScript
Answer:
Which JavaScript statement(s) is correct to create Date object(s) with new Date() constructor new Date().