CodeNewbie Community 🌱

Discussion on: Welcome Thread - V5

Collapse
 
anasooya2601 profile image
Anasooya Dutta

Hello everyone, hope u all are doing good.
I am Anasooya here.😀
I want to explore web dev and create more projects.

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