What will be the output of the following code?
const date = new Date(); date.setHours(15, 30, 45); console.log(date);
An error
The current date, 15:30:45
The current day, 15:30:45
The current date and time