CodeNewbie Community 🌱

Kyle Berry profile picture

Kyle Berry

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.

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