CodeNewbie Community 🌱

Nathan Highams profile picture

Nathan Highams

Currently enrolled on a Full Stack Web Developer course. Working on a forum style website for people to share stories or jokes around being in Lockdown

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