CodeNewbie Community 🌱

Bodunrin David  profile picture

Bodunrin David

I am a web dev, I use js, ts and passionate about writing clean, readable code that follows programming convention and standard.

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);