CodeNewbie Community 🌱

Abdul-Rahman Nasser
Abdul-Rahman Nasser

Posted on

Requesting Feedbacks

I've just completed a front-end coding challenge from @frontendmentor! 🎉

You can see my solution here: https://www.frontendmentor.io/solutions/social-links-profile-card-THJeSrsOLT

Any suggestions on how I can improve are welcome!

Top comments (0)

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