CodeNewbie Community 🌱

Byron Pantoja profile picture

Byron Pantoja

I started learning at w3schools...in 2008...I'm still learning.

Joined Joined onΒ  Personal website https://www.byronpantoja.com
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);