CodeNewbie Community 🌱

Mihai Stanciu profile picture

Mihai Stanciu

I'm a student trying to develop my experience and share the knowledge I got on my programming journey.

Location Bucharest, Romania Joined Joined onΒ  github website

Work

Student at University Politehnica Bucharest

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