CodeNewbie Community 🌱

Discussion on: Announcing Our First Writing Contest!

Collapse
 
tarynmcmillan profile image
Taryn McMillan

I wrote a post on learning to code in my 30s! blog.tarynmcmillan.com/5-tips-for-...

Collapse
 
gracie profile image
Gracie Gregory (she/her)

Hi Taryn! Thanks for sharing. Just FYI, in order for a post to make an author eligible for an award, it must be cross-posted to CodeNewbie Community in full with the original posting location disclosed via hyperlink

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