CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Code More" Cohort 1] What changes do you plan to make to your coding plan?

Collapse
 
mark_rightofzero profile image
Mark King

Thx KC. I appreciate it. Much success to you!

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