JavaScript Autocorrection dans l'objet Date

const date = new Date(2008, 0, 33);
// Jan does not have 33 days

console.log(date);
SAMER SAEID