CodeNewbie Community 🌱

Discussion on: Please, am new to coding, what basics of coding do i need to learn ?

Collapse
 
victorjoseph profile image
victor-joseph

Oh, thank you

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