CodeNewbie Community 🌱

Jewlius profile picture

Jewlius

Self-teaching newbie focus on frontend web at the moment

Location Kampala, Uganda Joined Joined onΒ  Email address kjewlius@gmail.com twitter website
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);