CodeNewbie Community 🌱

They call me Daddy profile picture

They call me Daddy

I work at a software company, doing everything but programming. Would like to get into that side of the business.

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