CodeNewbie Community 🌱

Discussion on: Welcome Thread - V9

Collapse
 
umlen profile image
Viktor

Hello everyone! My name is Viktor. I'm from Russia, so I'm sorry for my bad English, I working on it. I've been learning frontend for a few months. And I've already completed two courses at FCC.

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