CodeNewbie Community 🌱

Discussion on: Welcome Thread - V14

Collapse
 
ahmedtaipei profile image
Ahmed Abdelrahman Abdalla Ali

Hi, this is Ahmed. I'm a new coder here.

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