CodeNewbie Community 🌱

Discussion on: Switching to a Tech Career at Thirty-Five

Collapse
 
fredcalgit profile image
fredCalGit

Same boat! Welcome!

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