CodeNewbie Community 🌱

Henrique de Almeida profile picture

Henrique de Almeida

I'm a Computer Science student with knowledge on web development (HTMLL, CSS, Javascript). Studying PHP and NodeJS.

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