CodeNewbie Community 🌱

Fish Outta Water... Or: How I learned to stop being a worthless degenerate and design for the web Series' Articles

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