CodeNewbie Community 🌱

Discussion on: How did you realize you wanted to learn to code?

Collapse
 
tsbrun profile image
Anya Brun

After I took an intro HTML/CSS class in high school that I really enjoyed and realized I could do it for a living :)

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