CodeNewbie Community 🌱

NEWBIE FRIENDLY DEVELOPER TIPS - A series of posts providing list style beginner tips to assist in your journey to grow your programming skills! Series' Articles

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