CodeNewbie Community 🌱

Michael Adebambo profile picture

Michael Adebambo

I'm currently learning front-end development. I have soft spot for beautiful UI and design, JavaScript badass in making, Blockchain enthusiast.

Location Abuja, Nigeria Joined Joined on 

Want to connect with Michael Adebambo?

Create an account to connect with Michael Adebambo. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);