CodeNewbie Community ๐ŸŒฑ

Discussion on: From Cook to Software Engineer: How Apprenticeship Helped Make My Dream a Reality

Collapse
 
jeremy profile image
Jeremy Schuurmans

I'm so happy to read this Diego! Best of luck to you!

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