CodeNewbie Community 🌱

Discussion on: [Keynote] A Fireside Chat with Kelsey Hightower

Collapse
 
elic4vet profile image
elic4vet

Any advice for new devs without computer Science degree ?

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