CodeNewbie Community 🌱

Abhay profile picture

Abhay

Self-Taught, Code Newbie Looking To Get Into The Tech Industry, Network And Learn. Introvert Trying To Break Out Of My Shell This Year And Make Friends And Connections.

Joined Joined onΒ 

Want to connect with Abhay?

Create an account to connect with Abhay. 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);