CodeNewbie Community 🌱

Aqsa Bibi
Aqsa Bibi

Posted on

Dealing with Hassel

It's never fun to deal with a hassle, but sometimes it's part of the process. Finding ways to simplify can help reduce the stress and make things smoother.

Top comments (0)

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