CodeNewbie Community 🌱

Eres profile picture

Eres

New in coding. Love learn new things, love to teach new things

Joined Joined onΒ 

Want to connect with Eres?

Create an account to connect with Eres. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);