CodeNewbie Community 🌱

samv22 profile picture

samv22

I’m an early career code newbie interested in full stack development. Passionate about creating inclusive and accessible apps. Also into playing guitar and video games.

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