CodeNewbie Community 🌱

Christopher Cooper profile picture

Christopher Cooper

I'm an electronic engineering student at the University of York. My goal is to pursue a career in software engineering upon graduation.

Location United Kingdom Joined Joined on  github website

Work

Student at University of York

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