CodeNewbie Community 🌱

Shrikant Dhayje
Shrikant Dhayje

Posted on • Originally published at shriekdj.hashnode.dev on

Build a freeCodeCamp's FCC: Tribute Page for Dr. B. R. Ambedkar

Top comments (0)

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