New Date.getTime () не является конструктором
"Correct:"
time = new Date().getTime()
"Date(), not Date."
"Incorrect:"
time = new Date.getTime()
Thankful Toucan
"Correct:"
time = new Date().getTime()
"Date(), not Date."
"Incorrect:"
time = new Date.getTime()