CodeNewbie Community 🌱

Areeb ur Rub profile picture

Areeb ur Rub

18 | coding since 2016 | Arduino | Python | JavaScript | HTML/CSS | Love learn making thing | writes on dev.to

Location Patna, India Joined Joined on  Personal website https://dev.to/areeburrub
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);