CodeNewbie Community 🌱

Discussion on: Welcome Thread - V10

Collapse
 
sajwan055 profile image
Sajwan055

Hi this is Suraj,23 from India.
I'm trying to learn web development by myself.
Just trying to connect with people.

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