What will be the output of the following code?
const date = new Date(); date.setMilliseconds(1500); console.log(date);
An error
The current hour, minute, second, 500 milliseconds
The current hour, minute, second, 1500 milliseconds
The current date and time