What will be the output of the following code?
const date = new Date(); date.setSeconds(45, 750); console.log(date);
The current hour, minute, 46 seconds, 190 milliseconds
The current hour, minute, 45 seconds, 750 milliseconds
An error
The current date and time