CodeNewbie Community 🌱

Aneli gonzalez profile picture

Aneli gonzalez

I' learning how to code and having a project to work with is amazing! I can not wait till I use this in school or at work and who knows where coding can finish I hope I get some help along my journey

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