CodeNewbie Community 🌱

Discussion on: Announcing Our First Writing Contest!

Collapse
 
rahxuls profile image
Rahul

Do we have to embed and share or write there only?

Collapse
 
gracie profile image
Gracie Gregory (she/her)

All you need to do is post your writing here on CodeNewbie Forem! Although posting your work on social media and/or embedding on other sites is always encouraged!

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);