CodeNewbie Community 🌱

Discussion on: Welcome Thread - V13

Collapse
 
felipefama profile image
felipe fama

Hello guys!
My name is Felipe, and I'm learning a lot at freecodecamp, focusing my studies at the moment on web development.

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