CodeNewbie Community 🌱

amzatr886 profile picture

amzatr886

A newbie in HTML and CSS programming language I'm looking for a mentor to guide me

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