CodeNewbie Community 🌱

Discussion on: Welcome Thread - V9

Collapse
 
adrianorazzor profile image
Adriano Pereira

Hi everyone! My name is Adriano, 32 yo, living in Paraguay - South America. I'm currently learning HTML, CSS, Javascript and Java. I work at a software company, and now I have a chance to work as a software developer here.

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