CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Code More" Cohort 1] Tell us about your coding work session!

Collapse
 
lesleynicole profile image
Lesley-Nicole

Here I was trying to finish a simple project I started a while back, but was unable to at this time. I used 'Tweek Calendar'. Its very simple and its also a task planner app.

screenshot

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