CodeNewbie Community 🌱

Discussion on: First website code review

Collapse
 
dastiles profile image
charles madhuku

nice layout

Collapse
 
umlen profile image
Viktor

thank you

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