CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Start Coding" Cohort 1] What language/framework have you decided to learn?

Collapse
 
randkn profile image
Randy Knight

Hi Tom, It seems like you and I share similar goals. I also wish to be a good webdev in the future. Good luck with your studies! 😎

Collapse
 
ciesluk profile image
Tom Cieslukowski

Thanks Randy! You too!

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