CodeNewbie Community 🌱

Discussion on: How the global pandemic turned more people to code and why you should do it too

Collapse
 
andrewbaisden profile image
Andrew Baisden

I wish I had read an article like this years ago then I would have started blogging earlier.

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