CodeNewbie Community 🌱

Josh Anderson profile picture

Josh Anderson

Im a front end developer focusing on HTML, CSS, JS, and React I currently am a service technician

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