Which of the following creates a new Date object representing the current date and time?
new Date()
new Date.now()
Date.now()
Date.today()