CodeNewbie Community 🌱

Discussion on: Welcome Thread - V11

Collapse
 
sandycee profile image
Sandy-Cee

Hi everyone! Just started learning HTML/CSS/JavaScript a couple of months ago so I'm very much a newbie! Very excited with all the challenges that lie ahead! I hope to one day be able to assist others with their coding issues. ;-)

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