CodeNewbie Community 🌱

Md-Raihan-Alam profile picture

Md-Raihan-Alam

I am a self taught front end web developer. I do project from front end mentor, participate in css battles, solve coding problems at codewar. I like anime,food and travelling beautiful places.

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