In JavaScript, which of the following represents the correct usage of the Date object to get the current date and time? a. let currentDate = new Date(); b. let currentDate = Date(); c. let currentDate = new Date.now(); d. let currentDate = getDate();