CodeNewbie Community 🌱

Discussion on: Reflecting on my #CNC2022 Code More journey...

Collapse
 
anavela profile image
Ana Vela

That's awesome you are working on a website for someone! Having smaller tasks to work on really does help with motivation and sticking with it. Best wishes with your goals and continued learning!

Collapse
 
kc profile image
K C

Tks @anavela. 😊
Likewise, all the best on your coding journey!🀞🏾

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