CodeNewbie Community 🌱

Dev.Ega10
Dev.Ega10

Posted on

Strange ")" error.

Image description

The error says I'm missing a ")" but when I use it, I get this.

Image description

help me please

Top comments (0)

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