Learn the Date Object by Building a Date Formatter - Step 10

Tell us what’s happening:

I can’t go any further. I embedded the variable correctly, didn’t I? What is required?

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region


const formattedDate = `
<div>${day}</div>
`;


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0

Challenge Information:

Learn the Date Object by Building a Date Formatter - Step 10

Hi there!

The instructions isn’t asked to add the div element.