CodeNewbie Community 🌱

Kean Sarrgent profile picture

Kean Sarrgent

Hey there! I'm a web developer and a big fan of all things internet. I'm an expert in all sorts of web technologies and I love staying up-to-date with the latest trends and emerging tech in all kinds

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