CodeNewbie Community 🌱

Discussion on: Welcome Thread - V8

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

Welcome! How has your first introduction to JS been? 😄

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