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