CodeNewbie Community 🌱

CodeNewbie Challenge 2022 — "Learn in Public"

This tag is to be used on final reflection posts for CodeNewbie Challenge 2022 (#CNC2022) "Learn in Public" challenge.

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);