CodeNewbie Community 🌱

Discussion on: How I Write Articles

Collapse
 
anitabe404 profile image
Anita Beauchamp

I really enjoyed this post. I've been thinking of getting into blogging, and having this glimpse into your workflow gave me some ideas on things to try. Kudos! 👍🏾

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