CodeNewbie Community 🌱

Melvin profile picture

Melvin

A new dev looking to break into the tech field and start as a frontend web developers

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