What will be the output of the following code?
const date = new Date(); date.setMinutes(30, 500); console.log(date);
An error
The current hour, 31 minutes, 20 milliseconds
The current hour, 30 minutes, 500 milliseconds
The current date and time