What will be the output of the following code?
const date = new Date(); console.log(date.toLocaleTimeString());
The current time in the format "HH:MM:SS"
The current time in the format "HH:MM"
The current time in the format "HH:MM AM/PM"
The current time in the format "HH:MM:SS AM/PM"