CodeNewbie Community 🌱

galactic-donuts profile picture

galactic-donuts

A beginner in coding who mainly focuses on HTML and CSS at the moment.

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