CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Code More" Cohort 1] Why do you want to code more?

Collapse
 
selly profile image
selly

I want to code more because I want to have a better understanding on how to create a better app. I want to have more options when deciding things not just "as long as it works". I will feel complete when I am able to build app my own and not afraid to posting it for public use.

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