CodeNewbie Community 🌱

Discussion on: Welcome Thread - V6

Collapse
 
moeenmahmud profile image
Moeen Mahmud

Hello CodeNewBie World!
I'm MOEEN from Bangladesh. Currently learning JavaScript. Want to become a frontend developer by the end of this year.
WeirdFact (at least for me): I'm a law student.

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