Learn the date object by building a date formatter - Step 9

I don’t know how I wrong

const formattedDate = `${}`;
1 Like

An empty template literal is just a pair of backticks.

For future reference, it’s better to click the Help icon, which appears after you have submitted incorrect code three times.
This will create a forum post which automatically includes your full code, a direct link to the challenge and an opportunity for you to describe your issue in detail.

2 Likes

const formattedDate = ``

1 Like

Thanks for this reply and assistance with step 9. I got to the two backticks but took some time to figure out that the curly brackets are not needed. :thought_balloon:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.