CodeNewbie Community 🌱

Befingrad profile picture

Befingrad

I am three days into my learning to code journey and super stoked. Currently using the SoloLearn app.

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