What will be the output of the following code?
const date = new Date(); date.setMonth(5, 20); console.log(date);
An error
June 20, the current year, 00:00:00
The current date and time
May 20, the current year, 00:00:00