CodeNewbie Community 🌱

Miguel Brito profile picture

Miguel Brito

I write about software development, testing, best practices and Python at https://miguendes.me

Location London Joined Joined on  Personal website https://miguendes.me

Work

Software Engineer

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