Formatted Date
Create a function that takes in a date object and returns a formatted string using template literals. The string should read "Today is [day of the week], [month] [date], [year]."
00:00