CodeNewbie Community 🌱

Discussion on: Welcome Thread

Collapse
 
gedalyakrycer profile image
Gedalya Krycer

Hi Everyone! I am a recent Bootcamp graduate focusing on front-end development. For that jumping into code, I was a web designer for about 5 years. I love writing and can't wait to share and learn from all of you.

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