CodeNewbie Community 🌱

Discussion on: Adding a README to the GitHub profile |2021| πŸ’ͺStep by Step Tutorial

Collapse
 
batsouelef profile image
Eleftheria Batsou

Yeah, probably I should have mentioned that!
Thank you Josh!

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