CodeNewbie Community 🌱

Benjamin Ayinbuomwan profile picture

Benjamin Ayinbuomwan

Hi there! I am a coding and writing enthusiast. The professional career changer that is interested in learning new things.

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