Exercise:

Create a Date object with the following value: "January 10, 2015 10:00:00".

Hint: Use new Date("date and time").

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com