CodeNewbie Community 🌱

sbstn98
sbstn98

Posted on

Hey Guys,

I am Coding Newbie from Hamburg, Germany.

Coding already in HTML and CSS, learning now Javascript.

My first Web-Project:

https://code-ressourcen.de/

Top comments (1)

Collapse
 
sbstn profile image
sbstn98

Thank you very much!

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