CodeNewbie Community 🌱

Ian profile picture

Ian

I am an advanced beginner and have hosted a number of meet ups in the past to help others learn the fundamentals of programming. I am seeking my first professional experience.

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