CodeNewbie Community 🌱

Michael Ogar Unimke
Michael Ogar Unimke

Posted on

Coding Journey

Wanna start my 100 days of coding challenge today, wish me luck 😁

Top comments (1)

Collapse
 
thomasbnt profile image
Thomas Bnt

Good luck! 🥳

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