var expires = new Date(2009,11,10); What value will expires.getMonth() expires.getDate() expires.getHours() return.
Reveal answer
Fill a bubble to check yourself
var expires = new Date(2009,11,10); What value will expires.getMonth() expires.getDate() expires.getHours() return.