What will be the output of the following code?
const date = new Date(); console.log(date.getHours());
The current millisecond
The current second
The current minute
The current hour (24-hour format)