CodeNewbie Community 🌱

CodeNewbie Challenge 2022 β€” Cohort 1

This tag is for assignments and posts related to Cohort 1 of CodeNewbie Challenge 2022 (#CNC2022)

Posts

πŸ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);