CodeNewbie Community 🌱

val3r0 profile picture

val3r0

Learning how to code since "the global pandemic".

Location Sydney Joined Joined onΒ 

Work

Junior Web Developer at Freelance

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