I don’t know how I wrong
const formattedDate = `${}`;
I don’t know how I wrong
const formattedDate = `${}`;
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.
const formattedDate = ``
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.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.