CodeNewbie Community 🌱

Jonas_S profile picture

Jonas_S

Currently i work as a web developer in a company. I work with React. Also I build my hobby project - photo portfolio website (i was a photographer)

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