CodeNewbie Community 🌱

Jane Tracy πŸ‘©β€πŸ’» profile picture

Jane Tracy πŸ‘©β€πŸ’»

Front end developer || UX/UI Designer || Love reading comics and books πŸ’–|| empty cup of coffee !== bad code β˜•

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