CodeNewbie Community 🌱

Timo Sarkar
Timo Sarkar

Posted on

Hello, world!

Its my first post!

Just wanted to greet everyone in this community!! Hello, world❤️

Top comments (0)

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