CodeNewbie Community 🌱

Discussion on: The name is Script, JavaScript

Collapse
 
jscoder17 profile image
Jscoder17

Great post!

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