CodeNewbie Community 🌱

isa56 profile picture

isa56

Computer Science student from Brazil. I'm into learning as a whole, and programming is a passion for me. I want to improve myself.

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