CodeNewbie Community 🌱

Discussion on: Welcome Thread - V9

Collapse
 
mijost45 profile image
mijost45

Hi there, Arthur! I'm a total beginner as well. I wish you good luck on your coding journey and I hope you enjoy it. :)

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