CodeNewbie Community 🌱

Discussion on: #CNC2021 "Write More" Mission 1 Submission Thread

Collapse
 
xav83 profile image
Xavier Jouvenot

Great ideas ! I personally feel more concerned by the one about Git, since I don't do a lot of web development 😄

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