logo
logo

Formatted Date

Beginner

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]."

Console
Submit
Solution
00:00