CodeNewbie Community 🌱

Charles Johnson profile picture

Charles Johnson

IT professional who recently;y made the shift to programming. I love working with a MERN stack. I am constantly learning and developing new skills.

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